<?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 and Dividing Data into Disjoint Categories in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Chi-Square-Goodness-of-Fit-and-Dividing-Data-into-Disjoint/m-p/502028#M133957</link>
    <description>&lt;P&gt;Hello! I am working on this problem and I am unsure of how to divide the data into 5 disjoint categories and use the chi-square goodness-of-fit method without continuity correction. The dataset is attached.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use the chi-square goodness-of-fi&amp;#12;t method without continuity correction to determine whether the student reading scores are from the normal distribution N(47:8; 8:82). Divide data into 5 disjoint categories: less than or equal to 40 , greater than 40 and less than or equal to 46 ,&amp;nbsp;greater than 46 and less than or equal to&amp;nbsp;48 , greater than 48 and less than or equal to 52 , and greater than 52 . Report the degree of freedom and the observed value of chi-square test statistic, p-value and draw statistical conclusion&lt;BR /&gt;based on your findings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Oct 2018 19:37:18 GMT</pubDate>
    <dc:creator>ala_lee</dc:creator>
    <dc:date>2018-10-05T19:37:18Z</dc:date>
    <item>
      <title>Chi Square Goodness of Fit and Dividing Data into Disjoint Categories</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Chi-Square-Goodness-of-Fit-and-Dividing-Data-into-Disjoint/m-p/502028#M133957</link>
      <description>&lt;P&gt;Hello! I am working on this problem and I am unsure of how to divide the data into 5 disjoint categories and use the chi-square goodness-of-fit method without continuity correction. The dataset is attached.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use the chi-square goodness-of-fi&amp;#12;t method without continuity correction to determine whether the student reading scores are from the normal distribution N(47:8; 8:82). Divide data into 5 disjoint categories: less than or equal to 40 , greater than 40 and less than or equal to 46 ,&amp;nbsp;greater than 46 and less than or equal to&amp;nbsp;48 , greater than 48 and less than or equal to 52 , and greater than 52 . Report the degree of freedom and the observed value of chi-square test statistic, p-value and draw statistical conclusion&lt;BR /&gt;based on your findings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 19:37:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Chi-Square-Goodness-of-Fit-and-Dividing-Data-into-Disjoint/m-p/502028#M133957</guid>
      <dc:creator>ala_lee</dc:creator>
      <dc:date>2018-10-05T19:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Chi Square Goodness of Fit and Dividing Data into Disjoint Categories</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Chi-Square-Goodness-of-Fit-and-Dividing-Data-into-Disjoint/m-p/502035#M133960</link>
      <description>&lt;P&gt;That looks and reads like homework. Very happy to help you out, but it helps if you show what you've tried so far. The categories are defined in the question so that should be relatively straightforward task using IF/THEN statements.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's a quick tutorial on recoding variables:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stats.idre.ucla.edu/sas/modules/creating-and-recoding-variables-in-sas/" target="_blank"&gt;https://stats.idre.ucla.edu/sas/modules/creating-and-recoding-variables-in-sas/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're having trouble post your code AND log that would show any errors that you're encountering.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/238559"&gt;@ala_lee&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello! I am working on this problem and I am unsure of how to divide the data into 5 disjoint categories and use the chi-square goodness-of-fit method without continuity correction. The dataset is attached.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the chi-square goodness-of-fi&amp;#12;t method without continuity correction to determine whether the student reading scores are from the normal distribution N(47:8; 8:82).&lt;FONT color="#800080"&gt;&lt;STRONG&gt; Divide data into 5 disjoint categories: less than or equal to 40 , greater than 40 and less than or equal to 46 ,&amp;nbsp;greater than 46 and less than or equal to&amp;nbsp;48 , greater than 48 and less than or equal to 52 , and greater than 52 .&lt;/STRONG&gt; &lt;/FONT&gt;Report the degree of freedom and the observed value of chi-square test statistic, p-value and draw statistical conclusion&lt;BR /&gt;based on your findings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 19:45:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Chi-Square-Goodness-of-Fit-and-Dividing-Data-into-Disjoint/m-p/502035#M133960</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-10-05T19:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Chi Square Goodness of Fit and Dividing Data into Disjoint Categories</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Chi-Square-Goodness-of-Fit-and-Dividing-Data-into-Disjoint/m-p/690613#M210091</link>
      <description>Hi I have this same question, can I ask you about it?</description>
      <pubDate>Sat, 10 Oct 2020 00:04:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Chi-Square-Goodness-of-Fit-and-Dividing-Data-into-Disjoint/m-p/690613#M210091</guid>
      <dc:creator>justin7465</dc:creator>
      <dc:date>2020-10-10T00:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Chi Square Goodness of Fit and Dividing Data into Disjoint Categories</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Chi-Square-Goodness-of-Fit-and-Dividing-Data-into-Disjoint/m-p/690694#M210134</link>
      <description>Post it as a new question in the forum and someone will answer it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;If you post it here, only people who originally responded to this thread two years ago will see it.</description>
      <pubDate>Sat, 10 Oct 2020 17:27:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Chi-Square-Goodness-of-Fit-and-Dividing-Data-into-Disjoint/m-p/690694#M210134</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-10-10T17:27:30Z</dc:date>
    </item>
  </channel>
</rss>

