I got different outputs from the code
forval i = 1/118 {
varsoc var`i', maxlag(10)
}
that gives AIC,BIC,... lag information criteria, but I don't know how I can interpret them. How can I choose the correct number of lags on the basis of all this output?
I know that, if I have only one variable, I've to choose the smallest value of AIC and the others, but what should I do if I have more outputs?