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 model.selection
extract(
model,
include.loglik = TRUE,
include.aicc = TRUE,
include.delta = TRUE,
include.weight = TRUE,
include.nobs = TRUE,
...
)
A statistical model object.
Report the log likelihood in the GOF block?
Report AICC in the GOF block?
Report the delta statistic?
Report Akaike weights?
Report the number of observations in the GOF block?
Custom parameters, which are handed over to subroutines. Currently not in use.