i am trying to figure out the pearson residuals in a lm model:
vl.lm <- lm(VL ~ GSS)
resid (vl.lm, ¡§pearson¡¨)
but when i tried other types of residuals such as "working", "deviance", etc...they give me the exact numbers...is there anything wrong with what i am trying to do?
thanks!
[[alternative HTML version deleted]]
______________________________________________
R-help@(protected)
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html