AIC.moveHMM | R Documentation |
Akaike information criterion of a moveHMM model.
## S3 method for class 'moveHMM'
AIC(object, ..., k = 2)
object |
A |
... |
Optional additional |
k |
Penalty per parameter. Default: 2; for classical AIC. |
The AIC of the model(s) provided. If several models are provided, the AICs are output in ascending order.
# m is a moveHMM object (as returned by fitHMM), automatically loaded with the package
m <- example$m
AIC(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.