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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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