MGMM-package {MGMM} | R Documentation |
MGMM a package for Multi-clustering
Package: | MGMM |
Type: | Package |
Version: | 1.0.0 |
Date: | 2017-09-27 |
License: | GPL-2 |
LazyLoad: | yes |
Author: Marbac, M. and Vandewalle, V.
# Sample data from 2 blocs of bivariate Gaussian mixture with two components # slot x: observation, slot z: partitions obs <- rMGMM() plot(obs$x, col=obs$z[,1]) plot(obs$x, col=obs$z[,2]) # Model selection with three components at the maximum, two blocks and BIC. res <- estimMMM(obs$x, 2, 2)