You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using mice multiple imputation to generate multiple imputed sets and then running a model on each one of them (like elastic-net from the glmnet package) and then pooling the estimates to a single set - its not possible to use predict.glmnet() (or predict()) on the object that comes out of mice::pool().
The prediction functions expect a fitted model object while mice::pool() returns
An object of class mipo, which stands for 'multiple imputation pooled outcome'.
Is it possible to add the ability to make predictions from the return object of mice::pool()?
arcoutte, KaiserDominici, wpetry, carpenitoThomas, lyzerana and 8 more