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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to