This is an R package to the manuscript " Parsimonious model-based clustering with envelopes" by Wang, Zhang and Mai (2018). It includes the envelope-EM algorithms for fitting Gaussian Mixture Models.
The CLEMM
package can be installed, directly from GitHub, using the devtools library:
install.packages("devtools")
library(devtools)
install_github("kusakehan/CLEMM")
library(CLEMM)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.