Alternative implementation of the beautiful 'MissForest' algorithm used to impute mixed-type data sets by chaining random forests, 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(). A formula interface allows to control which variables should be imputed by which.
Version: | 2.1.3 |
Depends: | R (≥ 3.5.0) |
Imports: | ranger, FNN, stats |
Suggests: | survival, dplyr, mice, rmarkdown, knitr, testthat |
Published: | 2021-03-30 |
Author: | Michael Mayer [aut, cre, cph] |
Maintainer: | Michael Mayer <mayermichael79 at gmail.com> |
BugReports: | https://github.com/mayer79/missRanger/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | https://github.com/mayer79/missRanger |
NeedsCompilation: | no |
Materials: | README NEWS |
In views: | MissingData |
CRAN checks: | missRanger results |
Reference manual: | missRanger.pdf |
Vignettes: |
Censored Variables Using missRanger Multiple Imputation |
Package source: | missRanger_2.1.3.tar.gz |
Windows binaries: | r-devel: missRanger_2.1.3.zip, r-release: missRanger_2.1.3.zip, r-oldrel: missRanger_2.1.3.zip |
macOS binaries: | r-release (arm64): missRanger_2.1.3.tgz, r-oldrel (arm64): missRanger_2.1.3.tgz, r-release (x86_64): missRanger_2.1.3.tgz, r-oldrel (x86_64): missRanger_2.1.3.tgz |
Old sources: | missRanger archive |
Reverse imports: | hdImpute, mlim, NADIA, outForest, wiseR |
Reverse suggests: | worcs |
Please use the canonical form https://CRAN.R-project.org/package=missRanger to link to this page.