GLM.jl
GLM.jl copied to clipboard
Residuals in GLM
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.
This PR seems to be picking up some older commits and needs cleaning up.
Thanks, Viral. I will check it this week.
The PR is now cleaned up and merged with the latest master branch.