extract,vglm-method {texreg} | R 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>
[Package texreg version 1.39.4 Index]