extract-vglm-method: 'extract' method for 'vglm' objects

extract,vglm-methodR Documentation

extract method for vglm objects

Description

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

Usage

## S4 method for signature '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.

Author(s)

Christoph Riedl <c.riedl@neu.edu>


texreg documentation built on Nov. 10, 2023, 1:16 a.m.