Description Usage Arguments Value Examples
Return imputed datasets from a miceDefs
object.
1 | 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.
1 2 | data("sampleMiceDefs")
imputedList <- completeData(sampleMiceDefs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.