BookmarkSubscribeRSS Feed
Cruise
Ammonite | Level 13

Hi guys, below is my proc phreg model snapshot.

 

Do you know how to define two-tailed test in the code below? so that my Pr>ChiSq in the SAS output is adjusted to two-tailed test?  

 

ods trace on;
proc phreg data=p.temp2;
	class A10(ref='30-39') combo1(ref='0') combo2(ref='0') ....
/param=ref order=internal;

model duration*vital_status1(1)=combo1 combo2 .../ties=Efron rl;
where stage1=4;
run;
ods trace off; 
1 REPLY 1
FreelanceReinh
Jade | Level 19

Hi @Cruise,

 

Can you please clarify what are the null and alternative hypotheses for the statistical test you want to perform?

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1159 views
  • 0 likes
  • 2 in conversation