clusterMI: Cluster Analysis with Missing Values by Multiple Imputation

Allows clustering of incomplete observations by addressing missing values using multiple imputation. For achieving this goal, the methodology consists in three steps. I) Missing data imputation using dedicated models. Four multiple imputation methods are proposed, two are based on joint modelling and two are fully sequential methods. II) cluster analysis of imputed data sets. Six clustering methods are available (distances-based or model-based), but custom methods can also be easily used. III) Partition pooling, The set of partitions is aggregated using Non-negative Matrix Factorization based method. An associated instability measure is computed by bootstrap. Among applications, this instability measure can be used to choose a number of clusters with missing values. The package also proposes several diagnostic tools to tune the number of imputed data sets, to tune the number of iterations in fully sequential imputation, to check the fit of imputation models, etc.

Version: 1.0.0
Depends: R (≥ 3.5.0)
Imports: stats, graphics, parallel, mice, micemd, mclust, mix, fpc, usedist, knockoff, withr, glmnet, cluster, ClusterR, FactoMineR, diceR, NPBayesImputeCat, e1071, Rfast, cat, utils, lattice, reshape2, methods, Rcpp
LinkingTo: Rcpp, RcppArmadillo
Suggests: knitr, rmarkdown, stargazer, VIM, missMDA, clustrd, clusterCrit, ggplot2, bookdown
Published: 2024-03-12
Author: Vincent Audigier [aut, cre] (CNAM MSDMA team), Hang Joon Kim [ctb] (University of Cincinnati)
Maintainer: Vincent Audigier <vincent.audigier at cnam.fr>
License: GPL-2 | GPL-3
NeedsCompilation: yes
Citation: clusterMI citation info
In views: Cluster
CRAN checks: clusterMI results

Documentation:

Reference manual: clusterMI.pdf
Vignettes: clusterMI: Cluster Analysis with Missing Values by Multiple Imputation

Downloads:

Package source: clusterMI_1.0.0.tar.gz
Windows binaries: r-devel: clusterMI_1.0.0.zip, r-release: clusterMI_1.0.0.zip, r-oldrel: clusterMI_1.0.0.zip
macOS binaries: r-release (arm64): clusterMI_1.0.0.tgz, r-oldrel (arm64): clusterMI_1.0.0.tgz, r-release (x86_64): clusterMI_1.0.0.tgz, r-oldrel (x86_64): clusterMI_1.0.0.tgz

Linking:

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