<?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 Re: how to suppress warnings in LOG for fisher exact in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/how-to-suppress-warnings-in-LOG-for-fisher-exact/m-p/412312#M67399</link>
    <description>&lt;P&gt;IF yours is 2x2 contingency table ,CHISQ will automatically generate FISHER EXACT test.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Nov 2017 13:09:54 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2017-11-10T13:09:54Z</dc:date>
    <item>
      <title>how to suppress warnings in LOG for fisher exact</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-suppress-warnings-in-LOG-for-fisher-exact/m-p/412277#M67395</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See the attachment of log, from the ODS statement the 3 datasets are generating Cross,Fe and diff10.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The variable CNT has value of 0 and hence 'FE', 'Diff10' are giving warnings.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no other option to consider Zeros ,as i already given 'Zeros' in weight statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have no problem with results/Outputs. Is there any option to suppress the warnings in log?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Srikala&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 11:31:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-suppress-warnings-in-LOG-for-fisher-exact/m-p/412277#M67395</guid>
      <dc:creator>srikala</dc:creator>
      <dc:date>2017-11-10T11:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to suppress warnings in LOG for fisher exact</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-suppress-warnings-in-LOG-for-fisher-exact/m-p/412298#M67396</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data=sashelp.class ;
table sex*age/chisq NOWARN;   /* CHISQ(WARN=NOLOG)  */
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 10 Nov 2017 12:57:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-suppress-warnings-in-LOG-for-fisher-exact/m-p/412298#M67396</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-11-10T12:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to suppress warnings in LOG for fisher exact</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-suppress-warnings-in-LOG-for-fisher-exact/m-p/412306#M67398</link>
      <description>&lt;P&gt;Hi Sharp, Thanks for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But my methods are fisher exact and riskdiff, not Chisq. NOWARN option will not work for me.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 12:59:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-suppress-warnings-in-LOG-for-fisher-exact/m-p/412306#M67398</guid>
      <dc:creator>srikala</dc:creator>
      <dc:date>2017-11-10T12:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to suppress warnings in LOG for fisher exact</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-suppress-warnings-in-LOG-for-fisher-exact/m-p/412312#M67399</link>
      <description>&lt;P&gt;IF yours is 2x2 contingency table ,CHISQ will automatically generate FISHER EXACT test.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 13:09:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-suppress-warnings-in-LOG-for-fisher-exact/m-p/412312#M67399</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-11-10T13:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to suppress warnings in LOG for fisher exact</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-suppress-warnings-in-LOG-for-fisher-exact/m-p/412413#M67405</link>
      <description>&lt;P&gt;The warning is there because it is not clear whether a zero entry is a STRUCTURAL zero (eg, the number of men how were pregnant) or a SAMPLING zero (eg, the number of men in the study who had breast&amp;nbsp;cancer).&amp;nbsp; The EXACT statement assumes that it is a sampling zero and considers tables for which that cell is nonzero when computing the p-value.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2015/10/26/exact-tests-proc-freq.html" target="_self"&gt;More about EXACT tests in PROC FREQ.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 16:23:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-suppress-warnings-in-LOG-for-fisher-exact/m-p/412413#M67405</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-11-10T16:23:05Z</dc:date>
    </item>
  </channel>
</rss>

