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;
Confidence intervals of what statistic?
Of the percentage of cname in an agegroup.
Use the BINOMIAL option of the TABLES statement.
I don't know the syntax of how to do that. Can you show me an example of how to write that statement?
tables cname*agegroup / binomial;
SAS is headed back to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team.
Interested in speaking? Content from our attendees is one of the reasons that makes SAS Innovate such a special event!
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.