powered by
Vector generalized additive models.
Yee, T. W. and Wild, C. J. (1996). Vector generalized additive models. Journal of the Royal Statistical Society, Series B, Methodological, 58, 481--493.
vgam.control, vglm, s, vglm-class, vglmff-class.
vgam.control
vglm
s
vglm-class
vglmff-class
# 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