Learn R Programming

dwp (version 1.1)

aic: Calculate Akaike Information Criterion (AICc) for Distance Distributions

Description

functions for calculating AICc for carcass dispersion models.

Usage

aic(x, ...)

# S3 method for ddArray aic(x, extent = "full", ...)

# S3 method for ddArraycc aic(x, extent = "full", ...)

# S3 method for dd aic(x, ...)

Value

Data frame with AICc and deltaAICc for all models in x

Arguments

x

list of models (ddArray) or single model (dd) to calculate AICs for

...

ignored

extent

Include only the extensible models (extent = "full") or all models (extent = "win"), whether or not they can be extended beyond the search radius.