<?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: Chi-sqaure test in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Chi-sqaure-test/m-p/770763#M37678</link>
    <description>I have run a Ch-sqaures test on these variables. that was the SAS output categories for both variables are (yes vs no). why another row (No) didn't show in the table? Can I run chi-squares if one variable has 0 obs in one category?</description>
    <pubDate>Mon, 27 Sep 2021 22:10:48 GMT</pubDate>
    <dc:creator>sumah</dc:creator>
    <dc:date>2021-09-27T22:10:48Z</dc:date>
    <item>
      <title>Chi-sqaure test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Chi-sqaure-test/m-p/770761#M37677</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ewewee.png" style="width: 784px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/64155i2906C880153E9CC3/image-size/large?v=v2&amp;amp;px=999" role="button" title="ewewee.png" alt="ewewee.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 22:06:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Chi-sqaure-test/m-p/770761#M37677</guid>
      <dc:creator>sumah</dc:creator>
      <dc:date>2021-09-27T22:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Chi-sqaure test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Chi-sqaure-test/m-p/770763#M37678</link>
      <description>I have run a Ch-sqaures test on these variables. that was the SAS output categories for both variables are (yes vs no). why another row (No) didn't show in the table? Can I run chi-squares if one variable has 0 obs in one category?</description>
      <pubDate>Mon, 27 Sep 2021 22:10:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Chi-sqaure-test/m-p/770763#M37678</guid>
      <dc:creator>sumah</dc:creator>
      <dc:date>2021-09-27T22:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Chi-sqaure test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Chi-sqaure-test/m-p/770766#M37680</link>
      <description>&lt;P&gt;Most likely you will see something like this in your SAS log. You need at least two non-missing&amp;nbsp; categories for both of your variables to do the Chi Square test.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;34         proc freq data = sashelp.class;
35           where Sex = 'F';
36           table age * sex / chisq;
37         run;

NOTE: No statistics are computed for Age * Sex since Sex has less than 2 nonmissing levels.
NOTE: There were 9 observations read from the data set SASHELP.CLASS.
      WHERE Sex='F';
NOTE: PROCEDURE FREQ used (Total process time):
      real time           0.09 seconds
      cpu time            0.04 seconds&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Sep 2021 22:32:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Chi-sqaure-test/m-p/770766#M37680</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-09-27T22:32:44Z</dc:date>
    </item>
  </channel>
</rss>

