extract method for vglm objectsextract method for vglm objects created by the
vglm function in the VGAM package.
# S4 method for vglm
extract(
model,
include.loglik = TRUE,
include.df = TRUE,
include.nobs = TRUE,
...
)A statistical model object.
Report the log likelihood in the GOF block?
Report the degrees of freedom?
Report the number of observations in the GOF block?
Custom parameters, which are handed over to subroutines. Currently not in use.