extract method for vglm objects created by the
vglm function in the VGAM package.
Usage
# S4 method for class 'vglm'
extract(
model,
include.loglik = TRUE,
include.df = TRUE,
include.nobs = TRUE,
...
)Author
Christoph Riedl <[email protected]>