FLXMRmultinom {flexmix} | R Documentation |
FlexMix Interface to Multiomial Logit Models
Description
Model driver for fitting mixtures of multinomial logit models.
Usage
FLXMRmultinom(formula = . ~ ., ...)
Arguments
formula |
A formula which is interpreted relative to the formula
specified in the call to |
... |
Additional arguments to be passed to |
Details
The M-step is performed using nnet.default
.
Value
Returns an object of class FLXMRmultinom
inheriting from FLXMRglm
.
Warning
To ensure identifiability repeated measurements are necessary. Sufficient conditions are given in Gruen and Leisch (2008).
Author(s)
Bettina Gruen
References
Bettina Gruen and Friedrich Leisch. Identifiability of finite mixtures of multinomial logit models with varying and fixed effects. Journal of Classification, 25, 225–247. 2008.
See Also
[Package flexmix version 2.3-19 Index]