powered by
Akaike information criterion of a moveHMM model.
# S3 method for moveHMM AIC(object, ..., k = 2)
The AIC of the model(s) provided. If several models are provided, the AICs are output in ascending order.
A moveHMM object.
moveHMM
Optional additional moveHMM objects, to compare AICs of the different models.
Penalty per parameter. Default: 2; for classical AIC.
# m is a moveHMM object (as returned by fitHMM), automatically loaded with the package m <- example$m AIC(m)
Run the code above in your browser using DataLab