strengejacke/sjmisc

Merges multiple imputed data frames into a single data frame

benjaminwnelson opened this issue · 3 comments

This website allowed me to merge multiple imputed datasets https://strengejacke.github.io/sjmisc/reference/merge_imputations.html

When the function merge_imputations is used it removes the subject id column and randomly will remove some factor columns. Is there a way to fix this? Thanks. @strengejacke

@benjaminwnelson Hi! I'm having a similar issue, but random numeric variables are dropped. I'm starting with 100 variables and end up with 81. Did you happen to find a solution to your issue?

Can you please check if the removed variables contain any missing values (i.e. if those have been imputed) or not? By default, merge_imputations() should only return a data frame with those variables that had missing values.