Learn R Programming

miceRanger (version 1.5.0)

Multiple Imputation by Chained Equations with Random Forests

Description

Multiple Imputation has been shown to be a flexible method to impute missing values by Van Buuren (2007) . Expanding on this, random forests have been shown to be an accurate model by Stekhoven and Buhlmann to impute missing values in datasets. They have the added benefits of returning out of bag error and variable importance estimates, as well as being simple to run in parallel.

Copy Link

Version

Install

install.packages('miceRanger')

Monthly Downloads

433

Version

1.5.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Samuel Wilson

Last Published

September 6th, 2021

Functions in miceRanger (1.5.0)

plotVarImportance

plotVarImportance
plotVarConvergence

plotVarConvergence
plotModelError

plotModelError
sampleMiceDefs

Sample miceDefs object built off of iris dataset. Included so examples don't run for too long.
impute

Impute New Data With Existing Models
print.miceDefs

Print a miceDefs object
completeData

completeData
amputeData

amputeData
addDatasets

addDatasets
addIterations

addIterations
getVarImps

Get Variable Imputations
plotImputationVariance

plotImputationVariance
plotDistributions

plotDistributions
plotCorrelations

plotCorrelations
miceRanger

miceRanger: Fast Imputation with Random Forests