AIC.moveHMM {moveHMM} | R Documentation |
AIC
Description
Akaike information criterion of a moveHMM model.
Usage
## S3 method for class 'moveHMM'
AIC(object, ..., k = 2)
Arguments
object |
A |
... |
Optional additional |
k |
Penalty per parameter. Default: 2; for classical AIC. |
Value
The AIC of the model(s) provided. If several models are provided, the AICs are output in ascending order.
Examples
# m is a moveHMM object (as returned by fitHMM), automatically loaded with the package
m <- example$m
AIC(m)
[Package moveHMM version 1.9 Index]