AIC.ascr: Extract AIC from an ascr model object

View source: R/methods.r

AIC.ascrR Documentation

Extract AIC from an ascr model object

Description

Extracts the AIC from an ascr model object.

Usage

## S3 method for class 'ascr'
AIC(object, ..., k = 2)

Arguments

object

A fitted model from fit.ascr.

...

Other parameters (for S3 generic compatibility).

k

numeric, the penalty per parameter to be used; the default k = 2 is the classical AIC.

Details

If the model is based on an acoustic survey where there are multiple calls per individual, then AIC should not be used for model selection. This function therefore returns NA in this case.


b-steve/ascr documentation built on Aug. 15, 2022, 2:38 p.m.