BookmarkSubscribeRSS Feed
Kastchei
Pyrite | Level 9
I have gotten a request from our statistician to compute the ratio mean, variance of the ratio mean, difference between ratio means, and variance of the difference between ratio means for our clinical trial. The goal is to examine rates of different events (e.g. headache) occurring between our clinics and between our studies. The statistical documentation I received deals with stratified unequal clusters and provides some simple, yet cumbersome formulas for these statistics. I have been searching for a SAS procedure that will calculate these values, but I haven't found anything, or perhaps I simply am not recognizing the right thing.

Here are the forumlas given in case this illustrates what I need better (there are other more computational formulas I have as well):

ratio mean: r = y/x
var(r) = (1/x^2)(sum(var(y)) + r^2*sum(var(x)) - 2r*sum(cov(y,x))), sums over the strata

difference: r - r' = y/x - y'/x'
var(r - r') = var(r) + var(r') - 2cov(r,r')

Any help would be appreciated, even if that I have to write code to compute these. Thanks.
1 REPLY 1
GertNissen
Barite | Level 11
Have you looked at proc means ?

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 Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 1 reply
  • 946 views
  • 0 likes
  • 2 in conversation