Learn R Programming

healthcareai (version 1.2.4)

imputeColumn: Depreciated in favor of imputeDF

Description

This class performs imputation on a vector. For numeric vectors the vector-mean is used; for factor columns, the most frequent value is used.

Usage

imputeColumn(v)

Arguments

v

A vector, or column of values with NAs.

Value

A vector, or column of values now with no NAs