# NOT RUN {
data(GvHD)
dat <- GvHD.pos[1:500,] # only a few lines for a quick example
output <- clustCombi(dat)
output # is of class clustCombi
# plots the hierarchy of combined solutions, then some "entropy plots" which
# may help one to select the number of classes
plot(output, dat)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab