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
The 2025 SAS Hackathon Kicks Off on June 11!
Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.