| FLXfit {flexmix} | R Documentation |
This is the basic computing engine called by flexmix, it
should usually not be used directly unless
by experienced users.
FLXfit(k = NULL, cluster = NULL, model, control)
k |
Number of clusters (not needed if cluster is specified). |
cluster |
Initial cluster assignments of observations at the
start of the EM algorithm (default is random assignment into k
clusters). |
model |
List of FLXmodel objects. |
control |
Object of class FLXcontrol. |
Returns an object of class flexmix.
Friedrich Leisch