SAS Procedures

Help using Base SAS procedures
BookmarkSubscribeRSS Feed
anner
Fluorite | Level 6

I am trying to figure out if I can have my proc freq output include confidence intervals.  Below is one of the things I tried, but either I am doing it wrong  or maybe it can't be done with proc freq?  Any help would be great.  Thank you

 

proc freq data=two;

tables cname*agegroup / CL=LOGIT;

run;

5 REPLIES 5
PaigeMiller
Diamond | Level 26

Confidence intervals of what statistic?

 

 

--
Paige Miller
anner
Fluorite | Level 6

Of the percentage of cname in an agegroup.

PaigeMiller
Diamond | Level 26

Use the BINOMIAL option of the TABLES statement.

--
Paige Miller
anner
Fluorite | Level 6

I don't know the syntax of how to do that.  Can you show me an example of how to write that statement?

PaigeMiller
Diamond | Level 26
tables cname*agegroup / binomial;
--
Paige Miller

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


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
  • 5 replies
  • 1024 views
  • 1 like
  • 2 in conversation