FLXglm {flexmix}R Documentation

FlexMix Interface to Generalized Linear Models

Description

This is the main driver for FlexMix interfacing the glm family of models.

Usage

FLXglm(formula = . ~ ., family = c("gaussian", "binomial", "poisson", "Gamma"))

Arguments

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.

Details

See flexmix for examples.

Value

Returns an object of class FLXmodel.

Author(s)

Friedrich Leisch

See Also

flexmix, glm


[Package Contents]