extract,model.selection-method | R Documentation |
extract
method for model.selection
objectsextract
method for model.selection
objects created by
the model.sel
and dredge
functions
in the MuMIn package.
## 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.