The goal of MissImp is to provide a framework to test missing data imputation techniques.
You can install the development version of MissImp from Github with:
# install.packages("devtools")
devtools::install_github("adimajo/missimp", build_vignettes = TRUE)Or alternatively directly from CRAN:
install.packages("MissImp")The help pages of this package can be reached by typing help(MissImp) (or ?MissImp) once the package is installed and loaded.
Both the help pages and the vignettes are available online as a Github page built with pkgdown.