aic {dwp} | R Documentation |
Calculate Akaike Information Criterion (AICc) for Distance Distributions
Description
functions for calculating AICc for carcass dispersion models.
Usage
aic(x, ...)
## S3 method for class 'ddArray'
aic(x, extent = "full", ...)
## S3 method for class 'ddArraycc'
aic(x, extent = "full", ...)
## S3 method for class 'dd'
aic(x, ...)
Arguments
x |
list of models ( |
... |
ignored |
extent |
Include only the extensible models ( |
Value
Data frame with AICc and deltaAICc for all models in x
[Package dwp version 1.1 Index]