AIC.spdur {spduration} | R Documentation |
Computes the Akaike Information Criterion for an spdur
class object.
## S3 method for class 'spdur'
AIC(object, ..., k = 2)
object |
An object of class |
... |
Optional arguments. |
k |
The penalty parameter, by default 2. For |
link{AIC}
, link{BIC.spdur}
data(model.coups)
AIC(model.coups)