The goal of missMethods is to make the creation and handling of missing data as well as the evaluation of missing data methods easier.
You can install the released version of missMethods from CRAN with:
And the development version from GitHub with:
missMethods mainly provides three types of functions:
delete_
functions for generating missing valuesimpute_
functions for imputing missing valuesevaluate_
functions for evaluating missing data methodsRun help(package = "missMethods")
to see all functions. More details for the delete_
functions are given in a vignette (run vignette("Generating-missing-values")
).
This is a very basic workflow to generate missing values, impute the generated missing values and evaluate the imputation result: