Results 22 comments of Mousum Dutta

Thanks, @ViralBShah, let me go through the PR.

Hi @nalimilan, Covered most of your suggestions. But there is a conflict in `glmfit.jl` file and unable check whether all checks are passed or not. Sorry for the delay in...

I am sure that the commit access will be very useful, and I am happy to help maintain the project going forward.

> Thanks @ayushpatnaikgit. Not sure why GitHub doesn't support that, but thanks to the access to the xKDR repo I could push my merge commit. Tests still appear to fail...

Hi @nalimilan, We have updated the code and documentation. We have updated the newly added `nulldeviance` and `nullloglikelihood` functions in `glm`. Passed the `dropcollinear` argument value to `fit` function for...

> > > > Okay. Let me check. Added two test cases similar to `rankdeficient`.

Right now, we are working on GLM with QR decomposition in two steps 1. LM with QR 2. GLM with QR and target is to complete by this calendar year....

I would like to have `Multiple dependent variables`, and `Quasi Likelihood` in GLM 2.0

We can easily add Pearson Residuals using the following: - sign.(response(model) .- fitted(model)) .* sqrt.(model.rr.wrkwt .* abs2.(model.rr.wrkresid)) (and the sum of square of Pearson residuals / residual dof, is the...