<?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 Chi Square Goodness of Fit Post Hoc? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Chi-Square-Goodness-of-Fit-Post-Hoc/m-p/450455#M69709</link>
    <description>&lt;P&gt;I am pretty new to using SAS and I feel like I have googled for hours at this point. I've done a chi-square goodness of fit test to compare observed monthly proportions to expected monthly proportions and have gotten a significant result. Now I want to know which specific months differ with respect to observed vs. expected. Is there a test that will lay out the significance of each month?&lt;/P&gt;</description>
    <pubDate>Mon, 02 Apr 2018 20:36:19 GMT</pubDate>
    <dc:creator>JUR921</dc:creator>
    <dc:date>2018-04-02T20:36:19Z</dc:date>
    <item>
      <title>Chi Square Goodness of Fit Post Hoc?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Chi-Square-Goodness-of-Fit-Post-Hoc/m-p/450455#M69709</link>
      <description>&lt;P&gt;I am pretty new to using SAS and I feel like I have googled for hours at this point. I've done a chi-square goodness of fit test to compare observed monthly proportions to expected monthly proportions and have gotten a significant result. Now I want to know which specific months differ with respect to observed vs. expected. Is there a test that will lay out the significance of each month?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2018 20:36:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Chi-Square-Goodness-of-Fit-Post-Hoc/m-p/450455#M69709</guid>
      <dc:creator>JUR921</dc:creator>
      <dc:date>2018-04-02T20:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Chi Square Goodness of Fit Post Hoc?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Chi-Square-Goodness-of-Fit-Post-Hoc/m-p/450858#M69727</link>
      <description>&lt;P&gt;You might&amp;nbsp;want to look at &lt;A href="http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_corresp_toc.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_self"&gt;the CORRESP procedure&lt;/A&gt;, which enables you to request the "Contributions to the Chi-Square Statistic." The option is called &lt;A href="http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_corresp_syntax01.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en#statug.corresp.crscelopt" target="_self"&gt;CELLCHI2.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc corresp data=SASHELP.CARS dimens=2 observed expected deviation cellchi2;
   where Type^="Hybrid";
   tables Type, Origin;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Apr 2018 20:05:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Chi-Square-Goodness-of-Fit-Post-Hoc/m-p/450858#M69727</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-04-03T20:05:35Z</dc:date>
    </item>
  </channel>
</rss>

