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. 

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

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