simputation (version 0.2.2)

na.roughfix: 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. data.frame)

...

arguments to be passed to other methods.