set.seed(1)
data(GvHD)
dat <- GvHD.pos[1:500,] # only a few lines for a quick example
output <- mixmodCombi(dat, 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