Error when converting imputed dataset into mids object (as.mids) in R #421
Unanswered
rbrewster727
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Did you by any chance transform the data after imputation? There are more solved issues with similar reported behaviour that turned out to be user-induced. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am attempting to convert a multiply imputed dataset into a mids object with the as.mids() command and receive the following error:
Curiously, I've never previously encountered problems with this step and the error does not seem to be reproducible with any of the sample datasets (e.g. boys) or when I use a truncated version of my imputed dataset (with head).
The imputed dataframe was generated using mice and complete as part of the mice package. Below is a sample:
Thank you in advance for any recommendations!
Beta Was this translation helpful? Give feedback.
All reactions