texreg (version 1.37.1)

extract,bife-method: extract method for bife objects

Description

extract method for bife objects created by the bife function in the bife package.

Usage

# S4 method for 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.