Hello,
I need to interpret the results of this macro %DFTEST:
proc print data=sashelp.air;run;
%dftest(sashelp.air, air, ar=1, dif=(1), trend=1, outstat=delete);
proc print data=delete; run;
I created this example to demonstrate this problem I am trying to resolve. I need to find out...