set.seed(1)
data(Baudry_etal_2010_JCGS_examples)
output <- mixmodCombi(ex4.4.2, nbCluster = 1:10,
models = mixmodGaussianModel(listModels = "Gaussian_pk_Lk_Ck"))
output # is of class MixmodCombi
## Not run:
# plot(output) # plots the hierarchy of combined solutions, then some "entropy plots"
# # which may help to select the number of classes
# ## End(Not run)
Run the code above in your browser using DataLab