impute.new | R Documentation |
This function is used to impute new data using training imputer models
impute.new(object, newdata, pmm.new = FALSE, pmm.k = NULL, m = NULL)
object |
training imputer object |
newdata |
a data frame |
pmm.new |
whether or not to apply predictive mean matching with the new dataset. Default: FALSE |
pmm.k |
the number of donors for predictive mmean matching. Default: NULL |
m |
the number of imputed datasets. Default: NULL |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.