-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 2.29 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Encoding: UTF-8
Package: clusterMI
Type: Package
Title: Cluster Analysis with Missing Values by Multiple Imputation
Version: 1.3
Date: 2024-12-12
Authors@R: c(
person("Vincent","Audigier",email="[email protected]",role=c("aut","cre"),comment="CNAM MSDMA team"),
person("Hang Joon","Kim",email="[email protected]",role=c("ctb"),comment="University of Cincinnati"))
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 <doi:10.1007/s11634-022-00519-1>. 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) <doi:10.48550/arXiv.2106.04424>. 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 <doi:10.1016/j.csda.2011.09.003>). 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.
License: GPL-2 | GPL-3
Depends: R (>= 3.5.0)
Imports: stats, graphics, parallel, mice, micemd, mclust, mix, fpc,
knockoff, withr, glmnet, ClusterR, FactoMineR, diceR,
NPBayesImputeCat, e1071, Rfast, cat, utils, ggplot2, gridExtra,
reshape2, methods, Rcpp
RoxygenNote: 7.3.2
Suggests: knitr, rmarkdown, stargazer, VIM, missMDA, clustrd,
clusterCrit, bookdown
VignetteBuilder: knitr
LazyData: true
LinkingTo: Rcpp, RcppArmadillo
RcppModules: IO_module
NeedsCompilation: yes
Packaged: 2024-12-12 14:32:18 UTC; vince
Author: Vincent Audigier [aut, cre] (CNAM MSDMA team),
Hang Joon Kim [ctb] (University of Cincinnati)
Maintainer: Vincent Audigier <[email protected]>
Repository: CRAN
Date/Publication: 2024-12-12 16:00:02 UTC