I want to get the newcombe confidence limit for future use. It shows in the output. But in the outdata there is no such variable. proc freq data=indata; table trt*endpoint/ chisq riskdiff(cl=( newcombe ) correct ); output out=outdata CHISQ RDIF1 ; run;
... View more