Impute missing data in parallel
1 2 3 4 5 6 7 | pmice(data, m = 5, method = vector("character", length = ncol(data)),
predictorMatrix = (1 - diag(1, ncol(data))), where = is.na(data),
visitSequence = NULL, form = vector("character", length = ncol(data)),
post = vector("character", length = ncol(data)), defaultMethod = c("pmm",
"logreg", "polyreg", "polr"), maxit = 5, diagnostics = TRUE,
printFlag = FALSE, seed = NULL, imputationMethod = NULL,
defaultImputationMethod = NULL, data.init = NULL, ...)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.