[R] Parameter Estimates needed from lmer output

Ben Bolker bbolker at gmail.com
Thu May 19 04:03:41 CEST 2011


David Cross <d.cross <at> tcu.edu> writes:

> 
> If I remember correctly, coef(m1) would do it ... 
> but it has been a while since I last used lmer, and I am
> working only from memory.
> 

 fixef() for fixed effects only 
 ranef() for random effects only
 coef() gives a matrix of the predicted coefficients in each block



More information about the R-help mailing list