Skip to content
Prev 2911 / 20628 Next

lme vs. lmer

Ben Bolker wrote:
I don't think (n)lme is all that easy either; you still need to sort out 
the connection between its multilevel formulation and the projection 
matrices in the K-R paper. In both nlme and lme4, an implementation is 
almost certainly possible, although probably complicated and perhaps at 
the expense of all computational efficiency.

One main problem is that even when they can be calculated, the 
corrections rely on a normal distribution assumption which is more than 
likely wrong in practice. This isn't any different from ordinary 
t-tests: once you get into the single-digit df regime, you really don't 
know what you are doing, and if there are more than 30 df, the normal 
approximation works well enough without the correction.

Accordingly, I tend to see low df more as a warning flag than as 
something that gives accurate p values, and I sometimes wonder whether 
there is a way to raise such a flag more expediently.