CRAN/E | missRanger

missRanger

Fast Imputation of Missing Values

Installation

About

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.

github.com/mayer79/missRanger
Bug report File report

Key Metrics

Version 2.4.0
R ≥ 3.5.0
Published 2023-11-19 160 days ago
Needs compilation? no
License GPL-2
License GPL-3
CRAN checks missRanger results

Downloads

Yesterday 84 -21%
Last 7 days 572 -1%
Last 30 days 2.460 -0%
Last 90 days 8.520 -63%
Last 365 days 63.223 -18%

Maintainer

Maintainer

Michael Mayer

mayermichael79@gmail.com

Authors

Michael Mayer

aut / cre / cph

Material

README
NEWS
Reference manual
Package source

In Views

MissingData

Vignettes

Using missRanger
Multiple Imputation
Censored Variables

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

missRanger archive

Depends

R ≥ 3.5.0

Imports

ranger
FNN
stats
utils

Suggests

knitr
rmarkdown
testthat ≥ 3.0.0

Reverse Imports

hdImpute
mlim
NADIA
outForest

Reverse Suggests

marginaleffects
worcs