BookmarkSubscribeRSS Feed
LiangLi
Calcite | Level 5

  I imputed five datasets, and replicated analyse these datasets by clopper-pearson method in SAS Proc Freq.

  like this:

  proc freq data=imputed;

  table aval /binomial(cl=exact);

  output out=cl_1 binomial;

  by _impute_  arm;

  run;

  I would get a dataset including the prob(prob_lower,prob_upper) by the clopper-pearson method, but i can not get the standard error.

  So i can not continue to finish the Proc Mianalyze in SAS.

2 REPLIES 2
LiangLi
Calcite | Level 5
Thanks for the answer, but it can not solve my issue.
In my SAS program, i only have a variable(please view the TABLE statement). And i would calculate the 95% confident intervals by clopper-pearson method. So the CHISQ were not output as it need two variables at least.

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