as_imputation | R Documentation |
This function creates the object that is returned from impute()
. Essentially
it is a glorified wrapper around list()
ensuring that the required elements have been
set and that the class is added as expected.
as_imputation(imputations, data, method, references)
imputations |
A list of |
data |
A |
method |
A |
references |
A named vector. Identifies the references to be used when generating the
imputed values. Should be of the form |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.