I've used the mice package to impute missing data (created 30 imputed datasets) and I want to do a manova and pool te results.
I can't seem to find any code or examples on how to do this, only on regular anova. Can anyone help me?
Thanks!
I've used the mice package to impute missing data (created 30 imputed datasets) and I want to do a manova and pool te results.
I can't seem to find any code or examples on how to do this, only on regular anova. Can anyone help me?
Thanks!
There is no native pooling available for MANOVA with
mice. The approximate F values resulting from themanova()call could be pooled using themiceaddspackage.Created on 2023-10-03 with reprex v2.0.2