extract,bife-method | R Documentation |
extract
method for bife
objectsextract
method for bife
objects created by the
bife
function in the bife package.
## S4 method for signature 'bife'
extract(
model,
include.loglik = TRUE,
include.deviance = TRUE,
include.nobs = TRUE,
...
)
model |
A statistical model object. |
include.loglik |
Report the log likelihood in the GOF block? |
include.deviance |
Report the residual deviance? |
include.nobs |
Report the number of observations in the GOF block? |
... |
Custom parameters, which are handed over to subroutines. Currently not in use. |
Philip Leifeld, Christoph Riedl, Claudia Zucca
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.