amices / mice

Multivariate Imputation by Chained Equations
https://amices.org/mice/
GNU General Public License v2.0
427 stars 107 forks source link

Mids object returns NA for imputed variables #535

Closed CelineMarieL closed 1 year ago

CelineMarieL commented 1 year ago

When I use the complete(imp) function, my imputed NA values in the mids object appear with values in every data set. When I use amelia() to impute the variable, it also works. However, when I convert amelia to mids, the imputed variable which is present in the amelia object and the stacked long data set after using complete() becomes NA's again. WHat is the problem and does this influence my analysis with the with() function?

stefvanbuuren commented 1 year ago

Do you have a reprex? https://reprex.tidyverse.org

stefvanbuuren commented 1 year ago

Closing because no reprex.