Skip to content
Prev 14696 / 20628 Next

lme: several slopes, same variance, no correlation

I wouldn't recommend using lme to fit models with multiple crossed
random-effects terms.  The example in Pinheiro and Bates (2000) has only a
few levels in one of the two grouping factors, which is necessary for the
method used there to work.

The methods used in lme4 are much more effective for crossed grouping
factors. (And, I might add,  the methods used in the MixedModels package
for Julia are even more effective).  As Thierry has pointed out in this
group many times, starting with a very complex model for your data is
usually not a good approach.

On Fri, Jul 15, 2016 at 4:45 AM Thierry Onkelinx <thierry.onkelinx at inbo.be>
wrote: