texreg (version 1.37.1)

extract,vglm-method: extract method for vglm objects

Description

extract method for vglm objects created by the vglm function in the VGAM package.

Usage

# S4 method for vglm
extract(
  model,
  include.loglik = TRUE,
  include.df = TRUE,
  include.nobs = TRUE,
  ...
)

Arguments

model

A statistical model object.

include.loglik

Report the log likelihood in the GOF block?

include.df

Report the degrees of freedom?

include.nobs

Report the number of observations in the GOF block?

...

Custom parameters, which are handed over to subroutines. Currently not in use.