extract method for model.selection objects
## S4 method for signature 'model.selection' extract( model, include.loglik = TRUE, include.aicc = TRUE, include.delta = TRUE, include.weight = TRUE, include.nobs = TRUE, ... )
model |
A statistical model object. |
include.loglik |
Report the log likelihood in the GOF block? |
include.aicc |
Report AICC in the GOF block? |
include.delta |
Report the delta statistic? |
include.weight |
Report Akaike weights? |
include.nobs |
Report the number of observations in the GOF block? |
... |
Custom parameters, which are handed over to subroutines. Currently not in use. |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.