AIC.spdur {spduration} | R Documentation |
AIC method for spdur
Description
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 |
... |
Optional arguments. |
k |
The penalty parameter, by default 2. For |
See Also
link{AIC}
, link{BIC.spdur}
Examples
data(model.coups)
AIC(model.coups)
[Package spduration version 0.17.2 Index]