extract method for bife objects created by the
bife function in the bife package.
# S4 method for class 'bife'
extract(
model,
include.loglik = TRUE,
include.deviance = TRUE,
include.nobs = TRUE,
...
)
Arguments
- 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.
Author
Philip Leifeld, Christoph Riedl, Claudia Zucca