BookmarkSubscribeRSS Feed
NG1
Calcite | Level 5 NG1
Calcite | Level 5

I conducted a survey in multiple healthcare clinics to assess the prevalence of certain conditions (e.g., diabetes).  I am trying to calculate the proportion and 95% CI for those with the condition after weighting by size of clinic (i.e., number of total clinic visits that year).

I tried using the following procedure:

     proc surveyfreq data=survey;

          tables diabetes / cl;

          weight visits;

     run;

Question --- I want to calculate a 95% CI that takes into account the variance from each stratum (each facility) that was used to calculate that weighted proportion.  Does this code do this?  Or does it merely take the final weighted proportion and then calculate a 95% CI around it assuming n observations?  Also, I saw on a related post something about taking target population into account when calculating confidence limits using proc surveyfreq.  Is there a way to do this?

Appreciate your help!

1 REPLY 1
ballardw
Super User

If you sampled by strata then you definately need a STRATA statement and possible associated sample rates  with the RATE= option or different counts using a  Total=option dataset. Look in the Surveyfreq online help for the descriptions of the data sets required with the Rate or Total option.


hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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