Learn R Programming

VGAM (version 1.1-14)

vgam-class: Class ``vgam''

Description

Vector generalized additive models.

Arguments

References

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

See Also

vgam.control, vglm, s, vglm-class, vglmff-class.

Examples

Run this code
# Fit a nonparametric proportional odds model
pneumo <- transform(pneumo, let = log(exposure.time))
vgam(cbind(normal, mild, severe) ~ s(let),
     cumulative(parallel = TRUE), data = pneumo)

Run the code above in your browser using DataLab