extract,vglm-method | R Documentation |
extract
method for vglm
objectsextract
method for vglm
objects created by the
vglm
function in the VGAM package.
## S4 method for signature 'vglm'
extract(
model,
include.loglik = TRUE,
include.df = TRUE,
include.nobs = TRUE,
...
)
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. |
Christoph Riedl <c.riedl@neu.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.