<?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 Is it possible to reduce variable level before running Chi Sq test of association in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Is-it-possible-to-reduce-variable-level-before-running-Chi-Sq/m-p/666841#M31790</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I wish to test the association between two categorical variables, one of which is Gender (1=female, 2=male, 3=diverse and 4=prefer not to answer).&lt;BR /&gt;&lt;BR /&gt;Is it possible to drop levels 3 and 4 before running Chi Sq test of association (PROC FREQ)? If yes, how can it be done?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;MS</description>
    <pubDate>Fri, 03 Jul 2020 15:05:35 GMT</pubDate>
    <dc:creator>mszommer</dc:creator>
    <dc:date>2020-07-03T15:05:35Z</dc:date>
    <item>
      <title>Is it possible to reduce variable level before running Chi Sq test of association</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-it-possible-to-reduce-variable-level-before-running-Chi-Sq/m-p/666841#M31790</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I wish to test the association between two categorical variables, one of which is Gender (1=female, 2=male, 3=diverse and 4=prefer not to answer).&lt;BR /&gt;&lt;BR /&gt;Is it possible to drop levels 3 and 4 before running Chi Sq test of association (PROC FREQ)? If yes, how can it be done?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;MS</description>
      <pubDate>Fri, 03 Jul 2020 15:05:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-it-possible-to-reduce-variable-level-before-running-Chi-Sq/m-p/666841#M31790</guid>
      <dc:creator>mszommer</dc:creator>
      <dc:date>2020-07-03T15:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to reduce variable level before running Chi Sq test of association</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-it-possible-to-reduce-variable-level-before-running-Chi-Sq/m-p/666848#M31791</link>
      <description>Add a WHERE statement to your PROC FREQ.&lt;BR /&gt;&lt;BR /&gt;where gender not in (3, 4);&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jul 2020 15:31:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-it-possible-to-reduce-variable-level-before-running-Chi-Sq/m-p/666848#M31791</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-07-03T15:31:45Z</dc:date>
    </item>
  </channel>
</rss>

