FLXMRglm | R Documentation |
This is the main driver for FlexMix interfacing the glm
family of models.
FLXMRglm(formula = . ~ .,
family = c("gaussian", "binomial", "poisson", "Gamma"),
offset = NULL)
formula |
A formula which is interpreted relative to the formula
specified in the call to |
family |
A character string naming a |
offset |
This can be used to specify an a priori known component to be included in the linear predictor during fitting. |
See flexmix
for examples.
Returns an object of class FLXMRglm
inheriting from FLXMR
.
Friedrich Leisch and Bettina Gruen
Friedrich Leisch. FlexMix: A general framework for finite mixture models and latent class regression in R. Journal of Statistical Software, 11(8), 2004. doi:10.18637/jss.v011.i08
flexmix
, glm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.