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

I want to calculate the HR and 95%CI with one unit increase in variable A using proc surveyphreg.

However, there is no output for the confidence interval.

 

In some files, they suggested to use HAZARDRATIO to output CI, however, there is no this function in my SAS version.

 

Is there any other solutions? Thanks in advance.

1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User

I'm also assuming you've tried the CLPARM option on the MODEL statement which will give you the CI for the estimate, you'll need to do the log transformation yourself but that's easy enough.

 

https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_surveyphreg_syntax11.htm

 

 

View solution in original post

2 REPLIES 2
Reeza
Super User
What version of SAS/STAT do you have?
You can use an ESTIMATE or other type of statement I believe but it depends on your version.
You can find the version using:

proc product_status;run;

Should be something like SAS/STAT 14.3 or 15.1
Reeza
Super User

I'm also assuming you've tried the CLPARM option on the MODEL statement which will give you the CI for the estimate, you'll need to do the log transformation yourself but that's easy enough.

 

https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_surveyphreg_syntax11.htm

 

 

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

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1437 views
  • 1 like
  • 2 in conversation