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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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