AIC.hopit {hopit} | R Documentation |
Extract the Akaike Information Criterion (AIC) from a fitted hopit
model.
## S3 method for class 'hopit'
AIC(object, ..., k = 2L)
object |
a |
... |
additional objects of the class |
k |
a penalty per parameter to be used; the default k = 2 is the classical AIC. |
Maciej J. Danko