completeData | R Documentation |
Return imputed datasets from a miceDefs
object.
completeData(miceObj, datasets = 1:miceObj$callParams$m, verbose = TRUE)
miceObj |
an object of class miceDefs. |
datasets |
a vector of the datasets you want to return. |
verbose |
a warning is thrown if integers are converted to doubles.
To suppress this warning, set to |
A list of imputed datasets.
data("sampleMiceDefs") imputedList <- completeData(sampleMiceDefs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.