extract,logitr-method {texreg} | R Documentation |
extract
method for logitr
objects
Description
extract
method for logitr
objects created by the
logitr
function in the logitr package.
Usage
## S4 method for signature '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(s)
John Paul Helveston, john.helveston@gmail.com
[Package texreg version 1.39.4 Index]