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.
Please see this discussion: PROC MI for Chi-Square
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.
Ready to level-up your skills? Choose your own adventure.