BookmarkSubscribeRSS Feed
Jagadishkatam
Amethyst | Level 16

 

when i run the below code i get the

 

WARNING: Computing exact confidence limits for this problem may require much time and memory. Press the system interrupt key to  terminate exact computations.

 

could you please suggest how to overcome this warning.

 

        proc freq data=example ;
               tables trt*cat/ riskdiff nocol norow nopct  ;
               exact riskdiff (method=score);
        run; 
Thanks,
Jag
1 REPLY 1
Rick_SAS
SAS Super FREQ

The warning appears to let you know that exact tests can be time consuming for large tables.  Instead of an exact test, you can use a Monte Carlo approximation to the exact test by using the MC option. For an example and discussion, see the article "Monte Carlo simulation for contingency tables in SAS."

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 2362 views
  • 2 likes
  • 2 in conversation