extract method for logitr objects created by the
logitr function in the logitr package.
# S4 method for class 'logitr'
extract(
model,
include.nobs = TRUE,
include.loglik = TRUE,
include.aic = TRUE,
include.bic = TRUE,
...
)A statistical model object.
Include the number of observations in summary table?
Include the log-likelihood in summary table?
Include the the AIC in summary table?
Include the the BIC in summary table?
Custom parameters, which are handed over to subroutines. Currently not in use.