Skip to content

adimajo/MissImp

Repository files navigation

CRAN package CRAN downloads R package Travis build status Coverage status

Missing Data Imputation

Table of Contents

MissImp

The goal of MissImp is to provide a framework to test missing data imputation techniques.

Installation

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")

Documentation

Through R(Studio)

Getting help

The help pages of this package can be reached by typing help(MissImp) (or ?MissImp) once the package is installed and loaded.

Vignette

For further instructions, go to vignettes > *.Rmd or go through the vignettes directly in RStudio by typing vignette('MissImp') once the package is installed and loaded.

Online

Both the help pages and the vignettes are available online as a Github page built with pkgdown.