Rdocumentation
powered by
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
Link to current version
Version
Version
0.0.4
0.0.3
0.0.1
Install
install.packages('imputeMissings')
Monthly Downloads
424
Version
0.0.4
License
GPL (>= 2)
Maintainer
Michel Ballings
Last Published
August 30th, 2024
Functions in imputeMissings (0.0.4)
Search all functions
compute
Compute the missing values to later impute them in another dataset
impute
Impute missing values with the median/mode or
randomForest