Thank you Steve, I wasn't sure about it as the example shown on the user guide uses this command: proc varmax data=one; model y1-y3 = x1 / p=1; causal group1=(x1) group2=(y1-y3); causal group1=(y2) group2=(y1 y3); run; Just to confirm, is statement 1 in the original post the correct way to infer the results from the test?
... View more