MixmodLearn-class | R Documentation |
MixmodLearn
] classThis is a class to run discriminant analysis with mixmod. Inherits the [Mixmod
] class.
a S4 [MixmodDAResults
] object containing the best model results.
integer which defines the number of block to perform the Cross Validation.
## A quantitative example with the famous iris data set
new("MixmodLearn", data = iris[1:4], knownLabels = iris$Species)
getSlots("MixmodLearn")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.