Skip to content
Prev 18321 / 20628 Next

Imputation methods mixed model analysis

Breugelmans, S. (Sara) skreiv 16.04.2020 15:33:
If you only have missing data in your response variable (LHS of the 
formula), you probably don?t need to impute your data. If you (also) 
have missing data in your explanatory variables, imputation is probably 
a good idea.
Yes, the ?mice? package is great. But doing proper multiple imputation 
for mixed models can be surpringly tricky. I recommend reading the 
?Flexible Imputation of Missing Data? book, written by the author of the 
?mice? package. It?s available online, for free:

https://stefvanbuuren.name/fimd/

Chapter 7 deals with imputation for multilevel data.