Impute new data with a saved midae or mivae imputation model
Arguments
- object
A saved imputer object created by
midae(..., save.models = TRUE)ormivae(..., save.models = TRUE).- newdata
A data frame, tibble or data.table. New data with missing values.
- pmm.k
The number of donors for predictive mean matching. If
NULL(the default), thepmm.kvalue in the saved imputer object will be used.- m
The number of imputed datasets. If
NULL(the default), themvalue in the saved imputer object will be used.- verbose
A logical value indicating whether to print the progress.
