What are some of the main pitfalls of using linear mixed-effects models? What are the most important things to test/watch out for in assessing the appropriateness of your model? When comparing models of the same dataset, what are the most important things to look for?
|
This is a good question. Here are some common pitfalls:
I am sure other members of the forum will have better answers. Source: Extending linear models with R -- Dr. Julain Faraway. |
|||
|
|
|
The common pitfall which I see is the ignoring the variance of random effects. If it is large compared to residual variance or variance of dependent variable, the fit usually looks nice, but only because random effects account for all the variance. But since the graph of actual vs predicted looks nice you are inclined to think that your model is good. Everything falls apart when such model is used for predicting new data. Usually then you can use only fixed effects and the fit can be very poor. |
|||
|
|
|
Modeling the variance structure is arguably the most powerful and important single feature of mixed models. This extends beyond variance structure to include correlation among observations. Care must be taken to build an appropriate covariance structure otherwise tests of hypotheses, confidence intervals, and estimates of treatment means may not be valid. Often one needs knowledge of the experiment to specify the correct random effects. SAS for Mixed Models is my go to resource, even if I want to do the analysis in R. |
|||
|
|