proc reg data = data;
model a = b c d;
test b=0;
run;
Hello, I want to do a one side test on SAS, in fact I want to test if 'b' has a positive effect on 'a' but I don't know how to do it with this code. Thanks for your help !
You take the p-value for the coefficient of B, and you double it.
-- Paige Miller
SAS Innovate 2025: Register Now
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9. Sign up by Dec. 31 to get the 2024 rate of just $495. Register now!
What is Bayesian Analysis?
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.