reimpute | R Documentation |
This function accepts a data frame or a task and an imputation description as returned by impute to perform the following actions:
Restore dropped columns, setting them to NA
Add dummy variables for columns as specified in impute
Optionally check factors for new levels to treat them as NA
s
Reorder factor levels to ensure identical integer representation as before
Impute missing values using previously collected data
reimpute(obj, desc)
obj |
(data.frame | Task) |
desc |
( |
Imputated data.frame
or task with imputed data.
Other impute:
imputations
,
impute()
,
makeImputeMethod()
,
makeImputeWrapper()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.