Specifies the orders of a VARX model, including AR order and the number of lags of exogenous variables
VARXorder(x, exog, maxp = 13, maxm = 3, output = T)
A T-by-k data matrix of a k-dimensional time series
A T-by-v data matrix of exogenous variables
The maximum VAR order entertained
The maximum lags of exogenous variables 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
Computes the information criteria of a VARX process
Tsay (2014, Chapter 6). Multivariate Time Series Analysis with R and Financial Applications. John Wiley. Hoboken, NJ.