imputeMulti | R Documentation |
Uses the impute function to do multiple specified imputation methods and contains them within a list
imputeMulti(methods, data, local = T, reps = NULL)
methods |
a list of imputation methods |
data |
the dataset with missing values contained |
local |
boolean whether to use a local imputation method or global, only applicable to non-replicate methods that do single value imputation |
reps |
number of replicates, if applicable |
a list containing the dataframes of the imputed data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.