CRAN/E | missCompare

missCompare

Intuitive Missing Data Imputation Framework

Installation

About

Offers a convenient pipeline to test and compare various missing data imputation algorithms on simulated and real data. These include simpler methods, such as mean and median imputation and random replacement, but also include more sophisticated algorithms already implemented in popular R packages, such as 'mi', described by Su et al. (2011) doi:10.18637/jss.v045.i02; 'mice', described by van Buuren and Groothuis-Oudshoorn (2011) doi:10.18637/jss.v045.i03; 'missForest', described by Stekhoven and Buhlmann (2012) doi:10.1093/bioinformatics/btr597; 'missMDA', described by Josse and Husson (2016) doi:10.18637/jss.v070.i01; and 'pcaMethods', described by Stacklies et al. (2007) doi:10.1093/bioinformatics/btm069. The central assumption behind 'missCompare' is that structurally different datasets (e.g. larger datasets with a large number of correlated variables vs. smaller datasets with non correlated variables) will benefit differently from different missing data imputation algorithms. 'missCompare' takes measurements of your dataset and sets up a sandbox to try a curated list of standard and sophisticated missing data imputation algorithms and compares them assuming custom missingness patterns. 'missCompare' will also impute your real-life dataset for you after the selection of the best performing algorithm in the simulations. The package also provides various post-imputation diagnostics and visualizations to help you assess imputation performance.

Bug report File report

Key Metrics

Version 1.0.3
R ≥ 3.5.0
Published 2020-12-01 1242 days ago
Needs compilation? no
License MIT
License File
CRAN checks missCompare results

Downloads

Yesterday 10 0%
Last 7 days 62 0%
Last 30 days 282 -12%
Last 90 days 896 -24%
Last 365 days 3.836 -9%

Maintainer

Maintainer

Tibor V. Varga

tirgit@hotmail.com

Authors

Tibor V. Varga

aut / cre

David Westergaard

aut

Material

NEWS
Reference manual
Package source

In Views

MissingData

Vignettes

missCompare

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

missCompare archive

Depends

R ≥ 3.5.0

Imports

Amelia
data.table
dplyr
ggdendro
ggplot2
Hmisc
ltm
magrittr
MASS
Matrix
mi
mice
missForest
missMDA
pcaMethods
plyr
rlang
stats
utils
tidyr
VIM

Suggests

testthat
knitr
rmarkdown
devtools