[R] names() function and lmer()

A.R. Criswell rstatistics at gmail.com
Sat Jul 15 17:22:50 CEST 2006


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



More information about the R-help mailing list