Mixmod
] classThis is a class to run mixmod library.
numeric vector or a data frame of observations. Can be qualitative,quantitative or both(heterogeneous)
character. Type of data. It defines whether data is quantitative, qualitative or composite
integer. It indicates the number of classes.
numeric. It contains the known labels.
numeric vector with n (number of individuals) rows. Weight is optional. This option is to be used when weight is associated to the data.
integer. The number of variables.
integer. The number of observations.
list of character. This option permits to select the criterion giving the best configuration of an execution.
a S4 [Model
] object. Defining the list of models to be tested.
logical. Say if at least one model finished with no error in MIXMOD.
a list of S4 [MixmodResults
] object containing all results.
Results are sorted into a ascending order according to the first criterion (descending order for the CV criterion).
This order can be changed by using the sortByCriterion() method.