Learn R Programming

imputeMissings (version 0.0.4)

Impute Missing Values in a Predictive Context

Description

Compute missing values on a training data set and impute them on a new data set. Current available options are median/mode and random forest.

Copy Link

Version

Install

install.packages('imputeMissings')

Monthly Downloads

424

Version

0.0.4

License

GPL (>= 2)

Maintainer

Last Published

August 30th, 2024

Functions in imputeMissings (0.0.4)

compute

Compute the missing values to later impute them in another dataset
impute

Impute missing values with the median/mode or randomForest