BookmarkSubscribeRSS Feed
westbestern
Obsidian | Level 7

I'm using PROC FREQ to calculate associations between potential confounders, like age, and retinopathy. When I use PROC FREQ on a variable that has more than 2 groups, it won't show me prevalence ratio or 95% CI like it does with a two-level variable such as sex. For example, I want to use PROC FREQ to find the association between the age ordinal variable (age 30-60=1, age 61-70=2, >70=3) and retinopathy (0=no, 1=yes)

I did PROC FREQ age*retinopathy/no col nopercent all; run;

It gives me the chi-square but no CI or relative risk. How do I fix this?

1 REPLY 1
sbxkoenk
SAS Super FREQ

Hello,

 

I would adopt a modelling approach, with PROC GENMOD for example.

 

See here (I haven't read the paper ! , just Googled it in order to try to give you an example) :

Proper Estimation of Relative Risk Using PROC GENMOD in Population Studies
Kechen Zhao, University of Southern California, Los Angeles, California

https://www.lexjansen.com/wuss/2013/81_Paper.pdf

 

Good luck,

Koen

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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.

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
  • 1 reply
  • 848 views
  • 1 like
  • 2 in conversation