Giuseppe Ragusa

Results 10 issues of Giuseppe Ragusa

This PR addresses several problems with the current GLM implementation. **Current status** In master, GLM/LM only accepts weights through the keyword `wts`. These weights are implicitly frequency weights. **With this...

enhancement

I have been experiencing double typing when using Terminus on Linux (Terminus: 0.3.13 - Sublime Text build 3211). When typing on a Terminus shell I get repeated character. This is...

I use `latex` to create complex tables using knitr. However, `latex` generated tables have the `call` added to the table's output by default as a comment. This is problematic because...

I am using Mamba to experiment with the ABC sampler. I wondering whether there is a way to skip the simulation of a node because at a given value of...

I noticed something odd about `dof_residual`. In few words, when the `family` does not have a `dispersion_parameter`, `dof_residual` is bumped by 1which is inconsistent with other software (R, Stata, etc.)...

I am trying to automate the construction of MathProgBase. I am doing something along these lines: ``` matable struct MPB

1. The `modelmatrix` has now a keyword `weighted=false` which is useful for dealing with weighted models. 2. Add `momentmatrix` - this function is intended to return the matrix of estimating...

I want to discuss the best way to have an API for `RegressionModels` that are rank deficient. In particular, I would like to have a mechanism allowing packages interfacing through...

Using Touying 0.6.1 (but the problem is not specific to this version) with the simple theme, slides after a slide containing a table are not being rendered. The presentation stops...

bug

It would be great to add [[Aqua.jl](https://juliatesting.github.io/Aqua.jl/stable/)](https://juliatesting.github.io/Aqua.jl/stable/) checks to this package’s test suite. Aqua provides a collection of automated QA tests (method ambiguities, stale deps, invalid exports, etc.) that help...