FLXdist | R Documentation |
Constructs objects of class FLXdist
which represent unfitted finite mixture
models.
FLXdist(formula, k = NULL, model = FLXMRglm(), components,
concomitant = FLXPconstant())
formula |
A symbolic description of the model to be fit. The
general form is |
k |
Integer specifying the number of cluster or a numeric vector of length equal to the length of components, specifying the prior probabilities of clusters. |
model |
Object of class |
components |
A list of length equal to the number of components containing a list of length equal to the number of models which again contains a list of named elements for defining the parameters of the component-specific model. |
concomitant |
Object of class |
Returns an object of class FLXdist
.
Bettina Gruen
FLXdist-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.