RmixmodCombi: Combining Mixture Components for Clustering

The Rmixmod package provides model-based clustering by fitting a mixture model (e.g. Gaussian components for quantitative continuous data) to the data and identifying each cluster with one of its components. The number of components can be determined from the data, typically using the BIC criterion. In practice, however, individual clusters can be poorly fitted by Gaussian distributions, and in that case model-based clustering tends to represent one non-Gaussian cluster by a mixture of two or more Gaussian components. If the number of mixture components is interpreted as the number of clusters, this can lead to overestimation of the number of clusters. This is because BIC selects the number of mixture components needed to provide a good approximation to the density. This package, RmixmodCombi, according to \emph{Combining Mixture Components for Clustering} by J.P. Baudry, A.E. Raftery, G. Celeux, K. Lo, R. Gottardo, combines the components of the EM/BIC solution (provided by Rmixmod) hierarchically according to an entropy criterion. This yields a clustering for each number of clusters less than or equal to K. These clusterings can be compared on substantive grounds, and we also provide a way of selecting the number of clusters via a piecewise linear regression fit to the (possibly rescaled) entropy plot.

Version: 1.0
Depends: R (≥ 3.0.2), Rmixmod (≥ 2.0.1), Rcpp (≥ 0.8.0), methods, graphics
Published: 2014-07-08
Author: J.-P. Baudry and G. Celeux
Maintainer: J.-P. Baudry <RmixmodCombi at gmail.com>
License: GPL-3
NeedsCompilation: no
CRAN checks: RmixmodCombi results

Downloads:

Reference manual: RmixmodCombi.pdf
Package source: RmixmodCombi_1.0.tar.gz
Windows binaries: r-devel: RmixmodCombi_1.0.zip, r-release: RmixmodCombi_1.0.zip, r-oldrel: RmixmodCombi_1.0.zip
macOS binaries: r-release: RmixmodCombi_1.0.tgz, r-oldrel: RmixmodCombi_1.0.tgz

Linking:

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