Learn R Programming

Rmixmod (version 2.0.3)

MixmodResults-class: Constructor of [MixmodResults] class

Description

This is a class to contain results from MIXMOD library.

Arguments

Details

nbCluster
integer. It indicates the number of components.
model
character. Name of the model.
criterion
list of character. This option permits to select the criterion giving the best configuration of an execution.

criterionValue
numeric. Values of the criterion.

parameters
a S4 [Parameter] object. The best model parameters.

likelihood
numeric. The model likelihood.

partition
vector of integers defining the partition.
proba
a matrix of probabilities.

error
a character. The mixmod error.

Examples

Run this code
getSlots("MixmodResults")

Run the code above in your browser using DataLab