How do i change the alpha value from .05 to .005 in proc corr when determining the p value for the significance of the correlation coefficient?
... View more
Hello, I am trying to make a macro that will allow me to do linear regressions by changing the independent and dependent variables. proc reg data=mydata; model y1=x1; run; Thank you!
... View more