Learn R Programming

⚠️There's a newer version (0.0.4) of this package.Take me there.

imputeMissings (version 0.0.3)

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

352

Version

0.0.3

License

GPL (>= 2)

Maintainer

Matthijs Meire

Last Published

September 6th, 2016

Functions in imputeMissings (0.0.3)

impute

Impute missing values with the median/mode or randomForest
compute

Compute the missing values to later impute them in another dataset