extract method for bife objectsextract method for bife objects created by the
bife function in the bife package.
# S4 method for bife
extract(
model,
include.loglik = TRUE,
include.deviance = TRUE,
include.nobs = TRUE,
...
)A statistical model object.
Report the log likelihood in the GOF block?
Report the residual deviance?
Report the number of observations in the GOF block?
Custom parameters, which are handed over to subroutines. Currently not in use.