I am using to PROC VARMAX to study the effect of Y1 and Y2. In its structural form, Y2 can contemporaneously affect Y1 but not the other the way around).
My code is :
proc varmax data=sample;
by stock;
model Y1 Y2/p=10 method=ls lagmax=10 print=(estimates covpe);
run;quit;
My question is: does the order of Y1 and Y2 matter? What happens if I change it?
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss. Register now and lock in 2025 pricing—just $495!