| FLXfit {flexmix} | R Documentation |
This is the basic computing engine called by flexmix, it
should usually not be used directly.
FLXfit(model, control, postunscaled = NULL, group)
postunscaled |
Initial a posteriori probabilities of the observations at the start of the EM algorithm. |
model |
List of FLXmodel objects. |
control |
Object of class FLXcontrol. |
group |
Factor with optional grouping of observations. |
Returns an object of class flexmix.
Friedrich Leisch