Extract information from lmer summary table
Hello,
you mean something like:
fm1 <- lmer(Reaction ~ Days + (Days|Subject), sleepstudy)
> summary(fm1)@coefs
Estimate Std. Error t value
(Intercept) 251.40510 6.824564 36.838265
Days 10.46729 1.545774 6.771551
>
?
HTH
Cheers,
Luca
Le 04/02/2011 17:02, Sam Cartwright a ?crit :
Hello, I'm trying to extract components of the summary table from a lmer model. However, I can't seem to access the summary as I would be able to with a linear model summary table (using either $ operator or square brackets). As an 'mer' object, is there any method to enable the extraction of information from the lmer model summary table? I can't seem to find any info on how to do this but would have thought it would be a common problem? Many thanks, Sam Centre for Agri-Environment Research (CAER) Department of Agriculture, Policy and Development University of Reading PO Box 237, Earley Gate Reading RG6 6AR UK [[alternative HTML version deleted]]
_______________________________________________ R-sig-mixed-models at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models __________ Information from ESET Mail Security, version of virus signature database 5846 (20110204) __________ The message was checked by ESET Mail Security. http://www.eset.com
__________ Information from ESET Mail Security, version of virus signature database 5846 (20110204) __________ The message was checked by ESET Mail Security. http://www.eset.com