powered by
'>MixmodCluster
This is a class to run clustering with mixmod. Inherits the ['>Mixmod] class.
'>Mixmod
a S4 ['>Strategy] object. Defining the strategy used to run MIXMOD.
'>Strategy
a S4 ['>MixmodResults] object containing the best model results.
'>MixmodResults
# NOT RUN { ## A quantitative example with the famous iris data set data(iris) ## with default values new("MixmodCluster", data=iris[1:4], nbCluster=3) getSlots("MixmodCluster") # }
Run the code above in your browser using DataLab