<?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: Statistical Test when cross table has less than 5 cases for majority of the cells in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Statistical-Test-when-cross-table-has-less-than-5-cases-for/m-p/280264#M14767</link>
    <description>&lt;P&gt;Yes, it sounds like exact tests would be appropriate. For an overview of exact tests in PROC FREQ, see &lt;A href="http://blogs.sas.com/content/iml/2015/10/26/exact-tests-proc-freq.html" target="_self"&gt;"Exact tests in PROC FREQ: What, when, and how."&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have many dozens of cells, a full exact test might be prohibitively expensive. In that case, you can use Monte Carlo approximations to the exact test by adding the MC option to the EXACT statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;exact pchi / MC;     /* Monte Carlo approximation to exact chi-square test */
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 26 Jun 2016 19:11:08 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2016-06-26T19:11:08Z</dc:date>
    <item>
      <title>Statistical Test when cross table has less than 5 cases for majority of the cells</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Statistical-Test-when-cross-table-has-less-than-5-cases-for/m-p/280250#M14765</link>
      <description>&lt;P&gt;Dear Team,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i am working on a survey data and need to run a chi square test to see if there is any relation between gender and rating.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As one of the assumption of Chi Square is :&amp;nbsp;&lt;SPAN&gt;Sample Size: each particular scenario (cell) must have at least five cases. However as i have very less data points hence this assumption is violated.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We can run a fisher exact test in this scenario though while researching i came across a literature from "&lt;STRONG&gt;Wai Wan Tsang and Kai Ho Cheng" from the Univeristy of&amp;nbsp;The University of Hong Kong"&amp;nbsp;&lt;/STRONG&gt;that we can still run a chi square test.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am a bit confused and while searching this on researchgate. net this option was suggested hence checking on the forum if this is still a valid test to conduct.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards, Shivi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jun 2016 18:03:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Statistical-Test-when-cross-table-has-less-than-5-cases-for/m-p/280250#M14765</guid>
      <dc:creator>Shivi82</dc:creator>
      <dc:date>2016-06-26T18:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Statistical Test when cross table has less than 5 cases for majority of the cells</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Statistical-Test-when-cross-table-has-less-than-5-cases-for/m-p/280255#M14766</link>
      <description>&lt;P&gt;You can request exact statistics for the likelihood ratio chi-square test (if that what your reference is about) with EXACT LRCHI;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jun 2016 18:15:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Statistical-Test-when-cross-table-has-less-than-5-cases-for/m-p/280255#M14766</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-06-26T18:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Statistical Test when cross table has less than 5 cases for majority of the cells</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Statistical-Test-when-cross-table-has-less-than-5-cases-for/m-p/280264#M14767</link>
      <description>&lt;P&gt;Yes, it sounds like exact tests would be appropriate. For an overview of exact tests in PROC FREQ, see &lt;A href="http://blogs.sas.com/content/iml/2015/10/26/exact-tests-proc-freq.html" target="_self"&gt;"Exact tests in PROC FREQ: What, when, and how."&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have many dozens of cells, a full exact test might be prohibitively expensive. In that case, you can use Monte Carlo approximations to the exact test by adding the MC option to the EXACT statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;exact pchi / MC;     /* Monte Carlo approximation to exact chi-square test */
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 26 Jun 2016 19:11:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Statistical-Test-when-cross-table-has-less-than-5-cases-for/m-p/280264#M14767</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-06-26T19:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Statistical Test when cross table has less than 5 cases for majority of the cells</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Statistical-Test-when-cross-table-has-less-than-5-cases-for/m-p/280423#M14771</link>
      <description>&lt;P&gt;Thanks Rick for the solution. I think this works perfect. Also thanks for sharing the blog link.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 14:04:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Statistical-Test-when-cross-table-has-less-than-5-cases-for/m-p/280423#M14771</guid>
      <dc:creator>Shivi82</dc:creator>
      <dc:date>2016-06-27T14:04:32Z</dc:date>
    </item>
  </channel>
</rss>

