mice imputation #46
mehrdad123qaderi
started this conversation in
General
Replies: 1 comment
-
Same question posted on #45 . Seems to be a problem not related to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in this code:
SL.lib <- c("SL.mean")
imp.SL <- mice::mice( df_missing10, m = 5, maxit = 5,
method = "SuperLearner",
print = FALSE, SL.library = SL.lib)
i have error:
Error in names(newdata) <- sapply(1:ncol(newdata), function(n) { :
'names' attribute [2] must be the same length as the vector [0]
Beta Was this translation helpful? Give feedback.
All reactions