BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
PeterBr
Obsidian | Level 7

Hi All, I recently ran the following code for a cox proportional hazard model and reported the hazard ratios in a manuscript. A reviewer asked that I clearly define the "reference level for the hazard ratios"? If this referring my "ref" statements or is this something intrinsic to the model/hazard ratios?

 

proc phreg data = mrg.Test6_finalx;

class gender_cd(ref='M') race_cd_final(ref='R5') ethnic_cd_final(ref='E2') src_pymt_cd_new(ref='Private') facility_volume(ref='5') facility_volume(ref='5');

model revision_time*revision_id(0) = age|age gender_cd race_cd_final ethnic_cd_final CC_wght_total_dum ISS_value|ISS_value src_pymt_cd_new weekend facility_volume physician_volume;

output out=schoen ressch= schage schageage schISS_value schISS_valueISS_value;

1 ACCEPTED SOLUTION

Accepted Solutions
OsoGris
SAS Employee

The reference levels for your CLASS variable should be the ones you defined with the REF= option on the CLASS statement.

View solution in original post

1 REPLY 1
OsoGris
SAS Employee

The reference levels for your CLASS variable should be the ones you defined with the REF= option on the CLASS statement.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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