Relative Content

Tag Archive for ranovamixed-modelsimputation

Getting an ANOVA table from an lmer applied to data after multiple imputation in R

I’ve been running an lmer on a data set has missing values. I’ve managed to impute the missing values and run my model and successfully and get a summary of the pooled fit. However, I need the ANOVA table for reporting and the estimated means for plotting. The code I’ve been using is below, which I’ve cobbled together from various sources as a total newbie. Please let me know if you see problems in it.