AIC.hopit {hopit} | R Documentation |
Extracting the Akaike Information Criterion from the fitted model
Description
Extract the Akaike Information Criterion (AIC) from a fitted hopit
model.
Usage
## S3 method for class 'hopit'
AIC(object, ..., k = 2L)
Arguments
object |
a |
... |
additional objects of the class |
k |
a penalty per parameter to be used; the default k = 2 is the classical AIC. |
Author(s)
Maciej J. Danko
[Package hopit version 0.11.6 Index]