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