BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
pink_poodle
Barite | Level 11

I have following statements in PROC PHREG (please see below), the meaning does not matter. The purpose is so the output shows hazard ratio for, say, ost_q 2 vs. 1 (since '1' is the reference level), but instead the output from hazardratio statement shows ost_q 1 vs. 2. How to modify this code? Many thanks!

 

class ost_q (ref='1')/ PARAM = REF;
model  hosp*hosp_bin(0) = ost_q;
hazardratio ost_q /cl = wald ;

 

1 ACCEPTED SOLUTION

Accepted Solutions
FreelanceReinh
Jade | Level 19

Hello @pink_poodle,

 

Add the DIFF=REF option to the HAZARDRATIO statement:

hazardratio ost_q /cl = wald diff=ref;

View solution in original post

2 REPLIES 2
FreelanceReinh
Jade | Level 19

Hello @pink_poodle,

 

Add the DIFF=REF option to the HAZARDRATIO statement:

hazardratio ost_q /cl = wald diff=ref;
pink_poodle
Barite | Level 11
Great, thank you! Happy Solar Eclipse!

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 Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 405 views
  • 3 likes
  • 2 in conversation