Imputation: Imputation of a numerical vector

Description Usage Arguments Details Value

View source: R/Imputation.R

Description

Imputes the values of the vector that are NaN

Usage

1

Arguments

XX

a vector of size N x 1

Details

If a value is missing, it will be replaced by an imputed value that is an average of previous and next value. If previous or next value is also missing, the closest value is used as the imputed value.

Value

Imputed vector of size N x 1


MultivariateRandomForest documentation built on May 2, 2019, 1:05 p.m.