Computes the Akaike Information Criterion for an spdur
class object.
Usage
# S3 method for class 'spdur'
AIC(object, ..., k = 2)
Arguments
- object
An object of class
spdur
.- ...
Optional arguments.
- k
The penalty parameter, by default 2. For
BIC.spdur
, the penalty parameter equalslog(N)
.