Closed lunafazio closed 6 years ago
Thanks for tracking it all the way down. I had already fixed this but had not pushed the fix to GitHub. It is now available in the development version:
devtools::install_github("simsem/semTools/semTools")
But I recommend imputing first anyway, so you can take advantage of the diagnostic checks in mice
to investigate the quality of your imputations.
The message:
Error in is.mids(data) : argument "data" is missing, with no default
I've traced it back to this code block:
The call to
mice::complete
should usedata = miceOut
instead ofx = miceOut