impute.new: This function is used to impute new data using training...

View source: R/impute-new.R

impute.newR Documentation

This function is used to impute new data using training imputer models

Description

This function is used to impute new data using training imputer models

Usage

impute.new(object, newdata, pmm.new = FALSE, pmm.k = NULL, m = NULL)

Arguments

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


agnesdeng/misle documentation built on Sept. 22, 2023, 8:48 p.m.