na.roughfix {simputation} | R Documentation |
Rough imputation for handling missing predictors.
Description
This function is re-exported from
randomForest:na.roughfix
when
available. Otherwise it will throw a warning and resort to
options("na.action")
Usage
na.roughfix(object, ...)
Arguments
object |
an R object caryying data (e.g. |
... |
arguments to be passed to other methods. |
[Package simputation version 0.2.8 Index]