| FLXmodel-class {flexmix} | R Documentation |
FlexMix model specification.
Objects can be created by calls of the form new("FLXmodel", ...),
typically inside driver functions like FLXglm or
FLXmclust.
fit:FLXmodel 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