na.roughfix: Rough imputation for handling missing predictors.

View source: R/utils.R

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

...

arguments to be passed to other methods.


simputation documentation built on June 16, 2022, 5:10 p.m.