FLXM-class {flexmix} | R Documentation |
FlexMix model specification.
Objects can be created by calls of the form new("FLXM", ...)
,
typically inside driver functions like FLXMRglm
or
FLXMCmvnorm
.
fit
:FLXM
object.weighted
:fit
can do
weighted likelihood maximization.name
:formula
:x
:y
:preproc.x
:x
before the EM algorithm starts, by default the identity function.preproc.y
:y
before the EM algorithm starts, by default the identity function.Friedrich Leisch