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 April 4, 2025, 4:43 a.m.