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?

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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