AIC.admbsecr: Extract AIC from an admbsecr model object

Description Usage Arguments Details

Description

Extracts the AIC from an admbsecr model object.

Usage

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

Arguments

object

A fitted model from admbsecr.

...

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.


admbsecr documentation built on May 2, 2019, 5:21 p.m.