Akaike's Information Criterion for GNAR models
Function calculating AIC for GNARfit models.
## S3 method for class 'GNARfit' AIC(object, ..., k=2)
object |
a |
... |
additional arguments, not used here. |
k |
the penalty for the criterion, the default |
Smaller AIC values correspond to better fit.
A numeric value corresponding to the AIC (or other criterion if k is set to something other than 2).
#AIC for two different GNAR fits for fiveNet data #GNAR(2,[1,1]) AIC(GNARfit()) #GNAR(2,[1,0]) AIC(GNARfit(betaOrder=c(1,0)))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.