extract,logitr-method | R Documentation |
extract
method for logitr
objectsextract
method for logitr
objects created by the
logitr
function in the logitr package.
## S4 method for signature 'logitr'
extract(
model,
include.nobs = TRUE,
include.loglik = TRUE,
include.aic = TRUE,
include.bic = TRUE,
...
)
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. |
John Paul Helveston, john.helveston@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.