SAS Procedures

Help using Base SAS procedures
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 ?

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 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
  • 830 views
  • 0 likes
  • 2 in conversation