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

 

The Boston Area SAS Users Group is hosting free webinars!
Next up: Lisa Mendez & Richann Watson present Get Tipsy with Debugging Tips for SAS® Code: The After Party on Wednesday Jul 16.
Register now at https://www.basug.org/events.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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