# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "cclustr" in publications use:' type: software license: MIT title: 'cclustr: Consensus Clustering Methods for Multiple Imputed Data' version: 0.1.1 abstract: Provides tools for performing consensus clustering on multiple imputed datasets. The package supports a range of clustering algorithms across imputations, including hierarchical methods (e.g., Ward, single, complete, average) and partition-based approaches such as k-means, k-medoids (PAM), fuzzy clustering, model-based clustering ('mclust'), and methods for mixed or categorical data (k-modes and k-prototypes). A co-assignment matrix is constructed to quantify agreement between partitions, and consensus solutions are derived via hierarchical clustering applied to the resulting dissimilarity matrix. Additional functions are provided for validation and visualization of clustering results, facilitating robust analysis in the presence of missing data. Consensus clustering framework is based on Monti et al. (2003) , rank aggregation methods follow Pihur et al. (2007) , and the PAC (Proportion of Ambiguous Clustering) metric is based on Senbabaoglu et al. (2014) . authors: - family-names: Duran Mendoza given-names: Anhuar email: asteyduran15@gmail.com - family-names: Montenegro Lemus given-names: Andres email: andresfemole@gmail.com - family-names: Pacheco Lopez given-names: Mario email: mariopachecolopez@gmail.com repository: https://cran.r-universe.dev repository-code: https://github.com/andrews06ml/cclustr commit: 1bc93d4eb2ad2e60e9e5f92665705ea1e4a64d02 url: https://github.com/andrews06ml/cclustr date-released: '2026-05-18' contact: - family-names: Montenegro Lemus given-names: Andres email: andresfemole@gmail.com