BookmarkSubscribeRSS Feed
oves
Fluorite | Level 6
3 REPLIES 3
Ksharp
Super User

Use PROC FREQ, and check its documentation 's example ,especial about Relative Risk Test.

 

 

proc freq data=have;

table Medicine*Yes_No / Chisq    riskdiff ;

run;

Reeza
Super User

@oves wrote:

That's likely some basic math so you could take the formula and calculate it manually but I would likely be checking PROC POWER to see if it could calculate that number. Are you assuming that the groups are equally sized as well? Ie 100 people? I believe the denominator may be important as well. If it heals 68 out of 1000 that's different than 68 out of 100 so you may need to be looking at rates instead. 

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 3 replies
  • 1071 views
  • 2 likes
  • 3 in conversation