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

View source: R/fun.R

aicR 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


dwp documentation built on July 9, 2023, 5:59 p.m.

Related to aic in dwp...