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: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!

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