Skip to content
Prev 651 / 20628 Next

lme4 versus nlme

lmer is really good for crossed random effects models. They are easy to
fit and fast, as Harold said. However, lmer still (? Doug?) lacks the
ability to incorporate complex covariance structures for the random
effects and the residuals. I find I need that facility a lot, so I
generally stick with the nlme package. You should only trust the F tests
for the fixed effects for nested, balanced designs. lme is set up to
make nested designs easy to code, and crossed random designs a lot more
difficult to code. So including p-values for the fixed effects in lme
seems reasonable.

HTH,

Simon.
On Thu, 2008-03-13 at 15:02 -0400, Doran, Harold wrote: