FLXM-class {flexmix}R Documentation

Class "FLXM"

Description

FlexMix model specification.

Objects from the Class

Objects can be created by calls of the form new("FLXM", ...), typically inside driver functions like FLXMRglm or FLXMCmvnorm.

Slots

fit:
Function returning an FLXM 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.
preproc.x:
Function for preprocessing matrix x before the EM algorithm starts, by default the identity function.
preproc.y:
Function for preprocessing matrix y before the EM algorithm starts, by default the identity function.

Author(s)

Friedrich Leisch


[Package flexmix version 2.0-0 Index]