BookmarkSubscribeRSS Feed
eugenecs
Calcite | Level 5

Please help!

I want to calculate the Incident rate ("event incident rate per 100 person-years") and its corresponding 95% confidence intervals (CI), but I have no clue where to start to do.

Please help me, thank you!

2 REPLIES 2
Quentin
Super User

The last time I did this was about 15 years ago, and I did it 'by hand' in a DATA step.  So I read through the data, and counted number of incidents, and added up the number of person-years, then at the end I did some math for the confidence interval.  That's definitely an option.  If your data are well structured, it's pretty straight forward.

 

I would start by heading to lexjansen.com and searching the papers indexed there for "incidence".

 

I found a few with macros, but also saw that SAS/STAT 12.1 introduced PROC STDRATE, which looks like it will do it:

https://lexjansen.com/nesug/nesug12/sa/sa19.pdf

https://support.sas.com/resources/papers/proceedings13/423-2013.pdf

 

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
  • 3468 views
  • 1 like
  • 3 in conversation