FLXmodel-class {flexmix}R Documentation

Class "FLXmodel"

Description

FlexMix model specification.

Objects from the Class

Objects can be created by calls of the form new("FLXmodel", ...), typically inside driver functions like FLXglm or FLXmclust.

Slots

fit:
Function returning an FLXmodel object.
weighted:
Logical indicating whether fit can do weighted likelihood maximization.
name:
Character string used in print methods.
formula:
Formula describing the model.
x:
Model matrix.
y:
Model response.

Author(s)

Friedrich Leisch


[Package Contents]