Skip to content
Prev 7252 / 20628 Next

extracting values from lmer

Hi Kevin,
Maybe there is a better way (a function) , but you can use:

yourmodel at deviance["sigmaREML"]

it returns the residual std. dev.   :  0.13636
(in case of the default setting for lmer()  , i.e. REML=TRUE)
More generally,  " str(yourmodel)   "   gives useful informations  .
R


Le 04/01/2012 12:56, Kevin Spring a ?crit :