Hi all,
I have used the MissMDA package to create multiple imputation datasets to fill in the missing values. Using lapply I can perform FactoMineR's PCA function on all these datasets.
The next step would be to pool the results using Rubin's rules (i.e. pool function in MICE). This gives me the following error:
> poolResults <- pool(as.mira(pcaResults))
Error: No tidy method for objects of class PCA
In addition: Warning message:
In get.dfcom(object, dfcom) : Infinite sample size assumed.
How can I perform PCA on multiple datasets and pool the results?
Best,
Dennis