-
Notifications
You must be signed in to change notification settings - Fork 24
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
Comments
@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, |
Thank you for getting back to me!
While most of the dropped variables have no missing values (n = 11), there are 7 other variables that have been dropped that have anywhere from 1 to 57 missing values.
From: Daniel ***@***.***>
Sent: Tuesday, April 6, 2021 12:21 PM
To: strengejacke/sjmisc ***@***.***>
Cc: akhilanekkanti1 ***@***.***>; Comment ***@***.***>
Subject: Re: [strengejacke/sjmisc] Merges multiple imputed data frames into a single data frame (#143)
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.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <https://urldefense.com/v3/__https:/github.com/strengejacke/sjmisc/issues/143*issuecomment-814378424__;Iw!!C5qS4YX3!UI0oW7iNQG96E2S_hYVFagdrf73CDTa63YqMc6Tha5FepTdScPMW_Ymto2RX9BltHg$> , or unsubscribe <https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AMBSIU3WT7X6D7ZGWQZGHITTHNNKPANCNFSM4WDCUP3Q__;!!C5qS4YX3!UI0oW7iNQG96E2S_hYVFagdrf73CDTa63YqMc6Tha5FepTdScPMW_Ymto2Twr6VOwA$> . <https://github.com/notifications/beacon/AMBSIU7AVKBBFLVNXBYUSR3THNNKPA5CNFSM4WDCUP32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGCFG3OA.gif>
…--
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
|
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. @strengejackeThe text was updated successfully, but these errors were encountered: