Learn R Programming

clusterMI (version 1.6)

Cluster Analysis with Missing Values by Multiple Imputation

Description

Allows clustering of incomplete observations by addressing missing values using multiple imputation. For achieving this goal, the methodology consists in three steps, following Audigier and Niang 2022 . 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, as discussed in Audigier et al. (2021) . 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 (see Fang, Y. and Wang, J., 2012 ). 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.

Copy Link

Version

Install

install.packages('clusterMI')

Monthly Downloads

351

Version

1.6

License

GPL-2 | GPL-3

Maintainer

Vincent Audigier

Last Published

April 3rd, 2026

Functions in clusterMI (1.6)

wine

Chemical analysis of wines from three different cultivars
myem.mix

internal function
Rcpp_modelobject-class

Class "Rcpp_modelobject"
choosemaxit

Diagnostic plot for the number of iterations used in sequential imputation methods
chooseB

Diagnostic plot for the number of iterations used in the varselbest function
clusterMI-package

clusterMI: Cluster Analysis with Missing Values by Multiple Imputation
chooser

Kfold cross-validation for specifying threshold r
choosenbclust

Tune the number of clusters according to the partition instability
choosem

Graphical investigation for the number of datasets generated by multiple imputation
fastnmf

Consensus clustering using non-negative matrix factorization
varselbest

Variable selection for specifying conditional imputation models
prodna

Introduce missing values using a missing completely at random mechanism
clusterMI

Cluster analysis and pooling after multiple imputation
imputedata

Multiple imputation methods for cluster analysis
Silhouette.intern

Compute Silhouette index
mclustboot.intern

MclustBootstrap with nboot = 1 and the same output as Mclust
chooseB.intern

Tune the number of iterations for variable selection using varselbest
initfastnmf.intern

initialize fastnmf
onefold.chooser

one fold cross-validation for specifying threshold r
cluster.intern

Apply clustering method after multiple imputation
overimpute

Overimputation diagnostic plot