VGAM (version 0.8-3)

vglm-class: Class ``vglm''

Description

Vector generalized linear models.

Arguments

Objects from the Class

Objects can be created by calls of the form vglm(...).

Extends

Class "vlm", directly.

References

Yee, T. W. and Hastie, T. J. (2003) Reduced-rank vector generalized linear models. Statistical Modelling, 3, 15--41.

Yee, T. W. and Wild, C. J. (1996) Vector generalized additive models. Journal of the Royal Statistical Society, Series B, Methodological, 58, 481--493.

http://www.stat.auckland.ac.nz/~yee

See Also

vglm, vglmff-class, vgam-class.

Examples

Run this code
# Multinomial logit model 
pneumo = transform(pneumo, let=log(exposure.time))
vglm(cbind(normal,mild,severe) ~ let, multinomial, pneumo)

Run the code above in your browser using DataLab