missRanger: Fast Imputation of Missing Values

Alternative implementation of the beautiful 'MissForest' algorithm used to impute mixed-type data sets by chaining tree ensembles, introduced by Stekhoven, D.J. and Buehlmann, P. (2012) <doi:10.1093/bioinformatics/btr597>. Under the hood, it uses the lightning fast random jungle package 'ranger'. Between the iterative model fitting, we offer the option of using predictive mean matching. This firstly avoids imputation with values not already present in the original data (like a value 0.3334 in 0-1 coded variable). Secondly, predictive mean matching tries to raise the variance in the resulting conditional distributions to a realistic level. This would allow e.g. to do multiple imputation when repeating the call to missRanger().

Version: 1.0.3
Depends: R (≥ 3.4.0)
Imports: stats, FNN (≥ 1.1), ranger (≥ 0.8.0)
Published: 2018-05-15
Author: Michael Mayer [aut, cre, cph]
Maintainer: Michael Mayer <mayermichael79 at gmail.com>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation: no
Materials: README NEWS
CRAN checks: missRanger results

Downloads:

Reference manual: missRanger.pdf
Package source: missRanger_1.0.3.tar.gz
Windows binaries: r-devel: missRanger_1.0.3.zip, r-release: missRanger_1.0.3.zip, r-oldrel: missRanger_1.0.3.zip
OS X binaries: r-release: missRanger_1.0.3.tgz, r-oldrel: missRanger_1.0.3.tgz
Old sources: missRanger archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=missRanger to link to this page.