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 (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.

Value

Data frame with AICc and deltaAICc for all models in x


[Package dwp version 1.1 Index]