[R] Predicted values in lmer modeling
Aimin Yan
aiminy at iastate.edu
Tue Nov 28 22:06:38 CET 2006
m3 is a logistic regression model without random effect fitted by glm
m5 is a logistic regression model with random effect fitted by lmer
why the range for the fitted value for m5 is not between 0 and 1.
thanks,
Aimin
> range(fitted(m3))
[1] 0.1630141 0.9903415
> range(fitted(m5))
[1] -1.515915 4.576576
At 07:53 AM 11/28/2006, Douglas Bates wrote:
> fitted(model)
More information about the R-help
mailing list