Hello All,

I would like to retrieve some of the results from the lmer(...)
function in library lme4. If I run a model, say

fm.1 <- lmer(y ~ 1 + (1 | x), data = dog)

and try names(fm.1), I get NULL. Is there anyway to retrieve the information?

Thanks

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to