JuliaStats / GLM.jl

Generalized linear models in Julia
Other
584 stars 114 forks source link

Residuals in GLM #540

Open mousum-github opened 1 year ago

mousum-github commented 1 year ago

I have added most of the test cases as discussed in #499.

Also, I have changed the residuals function for lm. Now the residuals function for lm is similar to residuals function in 'glm'. Although, I am not sure about applicability of :working type residuals in lm. R supports :working type residuals in lm and which is same as :response type.

ViralBShah commented 10 months ago

This PR seems to be picking up some older commits and needs cleaning up.

mousum-github commented 10 months ago

Thanks, Viral. I will check it this week.

mousum-github commented 9 months ago

The PR is now cleaned up and merged with the latest master branch.