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.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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