Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merges multiple imputed data frames into a single data frame #143

Open
benjaminwnelson opened this issue Jan 14, 2021 · 3 comments
Open

Comments

@benjaminwnelson
Copy link

benjaminwnelson commented Jan 14, 2021

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

@akhilanekkanti1
Copy link

@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?

@strengejacke
Copy link
Owner

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.

@akhilanekkanti1
Copy link

akhilanekkanti1 commented Apr 6, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants