functions for calculating AICc for carcass dispersion models.
aic(x, ...)# S3 method for ddArray
aic(x, extent = "full", ...)
# S3 method for ddArraycc
aic(x, extent = "full", ...)
# S3 method for dd
aic(x, ...)
Data frame with AICc and deltaAICc for all models in x
list of models (ddArray
) or single model
(dd
) to calculate AICs for
ignored
Include only the extensible models (extent = "full"
) or
all models (extent = "win"
), whether or not they can be extended
beyond the search radius.