VGAM (version 0.8-3)

vglmff-class: Class ``vglmff''

Description

Family functions for the VGAM package

Arguments

Objects from the Class

Objects can be created by calls of the form new("vglmff", ...).

Warning

VGAM family functions are not compatible with glm, nor gam (from either gam or mgcv packages).

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.

http://www.stat.auckland.ac.nz/~yee contains further information on how to write VGAM family functions. The file is amongst other VGAM PDF documentation.

See Also

vglm, vgam, rrvglm, rcam.

Examples

Run this code
cratio()
cratio(link = "cloglog")
cratio(link = cloglog, reverse = TRUE)

Run the code above in your browser using DataLab