FLXglm {flexmix} | R Documentation |
This is the main driver for FlexMix interfacing the glm
family of models.
FLXglm(formula = . ~ ., family = c("gaussian", "binomial", "poisson", "Gamma"))
formula |
A formula which is interpreted relative to the formula
specified in the call to flexmix using
update.formula . Default is to use the original
flexmix model
formula. |
family |
A character string naming a glm
family function. |
See flexmix
for examples.
Returns an object of class FLXmodel
.
Friedrich Leisch