Someone who I consider an expert and very knowledgeable in mixed models has referred to Grimm, Ram, & Estabrook's "Growth Modeling: Structural Equation and Multilevel Modeling Approaches", recommending nlme
over lme4
. Specifically, they state that lme4
will perform poorly on non-normal outcomes. I have searched around online and have been struggling to find papers, blogs, etc. on this topic on when one mixed modeling R package may outperform the other.
Does anyone have insight on this topic? Does lme4
truly perform worse on non-normal outcomes? If so, why? If not, does one package perform better than the other package for mixed modeling, under certain conditions? When might one expect different results between the packages, or better results for one package over another?