<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Exact RISKDIFF in proc freq in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Exact-RISKDIFF-in-proc-freq/m-p/494047#M25615</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when i run the below code i get the&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;WARNING: Computing exact confidence limits for this problem may require much time and memory. Press the system interrupt key to&amp;nbsp; terminate exact computations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;could you please suggest how to overcome this warning.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;        proc freq data=example ;
               tables trt*cat/ riskdiff nocol norow nopct  ;
               exact riskdiff (method=score);
        run; &lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 10 Sep 2018 08:53:04 GMT</pubDate>
    <dc:creator>Jagadishkatam</dc:creator>
    <dc:date>2018-09-10T08:53:04Z</dc:date>
    <item>
      <title>Exact RISKDIFF in proc freq</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Exact-RISKDIFF-in-proc-freq/m-p/494047#M25615</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when i run the below code i get the&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;WARNING: Computing exact confidence limits for this problem may require much time and memory. Press the system interrupt key to&amp;nbsp; terminate exact computations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;could you please suggest how to overcome this warning.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;        proc freq data=example ;
               tables trt*cat/ riskdiff nocol norow nopct  ;
               exact riskdiff (method=score);
        run; &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 10 Sep 2018 08:53:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Exact-RISKDIFF-in-proc-freq/m-p/494047#M25615</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2018-09-10T08:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exact RISKDIFF in proc freq</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Exact-RISKDIFF-in-proc-freq/m-p/494099#M25620</link>
      <description>&lt;P&gt;The warning appears to let you know that exact&amp;nbsp;tests can be time consuming&amp;nbsp;for large tables.&amp;nbsp;&amp;nbsp;Instead of an exact test, you can use a Monte Carlo approximation to the exact test by using the&amp;nbsp;MC option. For an example and discussion, see the article &lt;A href="https://blogs.sas.com/content/iml/2015/10/28/simulation-exact-tables.html" target="_self"&gt;"Monte Carlo simulation for contingency tables in SAS."&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 12:02:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Exact-RISKDIFF-in-proc-freq/m-p/494099#M25620</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-09-10T12:02:43Z</dc:date>
    </item>
  </channel>
</rss>

