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.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 594 views
  • 0 likes
  • 2 in conversation