This program is similar to VARorder, but it uses observations from t=p+1 to T to compute the information criteria for a given VAR(p) model.
VARorderI(x, maxp = 13, output = T)
A T-by-k data matrix of vector time series
The maximum VAR order entertained
A logical switch to control output
Akaike information criterion
Order selected by AIC
Bayesian information criterion
Order selected by BIC
Hannan and Quinn information criterion
Order selected by hq
Step-wise Chi-square statistics
p-values of the M-statistics
For a given VAR(p) model, the program uses observations from t=p+1 to T to compute the information criteria. Therefore, different numbers of data points are used to estimate different VAR models.
Tsay (2014)
VARorder