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?

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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
  • 1482 views
  • 0 likes
  • 2 in conversation