Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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 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

Conversion of R Regression Output to LaTeX or HTML Tables

v1.37.5
GPL-3
Authors
Philip Leifeld [aut, cre], Claudia Zucca [ctb]
Initial release
2020-06-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.