Learn R Programming

Rmixmod (version 2.1.5)

MixmodLearn-class: Constructor of ['>MixmodLearn] class

Description

This is a class to run discriminant analysis with mixmod. Inherits the ['>Mixmod] class.

Arguments

Details

bestResult

a S4 ['>MixmodDAResults] object containing the best model results.

nbCVBlocks

integer which defines the number of block to perform the Cross Validation.

Examples

Run this code
# NOT RUN {
  ## A quantitative example with the famous iris data set
  new("MixmodLearn", data=iris[1:4], knownLabels=iris$Species)

  getSlots("MixmodLearn")

# }

Run the code above in your browser using DataLab