<?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: How to interpret goodness of fit tests other than Shapiro-Wilk? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-interpret-goodness-of-fit-tests-other-than-Shapiro-Wilk/m-p/256390#M13538</link>
    <description>&lt;P&gt;The documentation is helpful:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/procstat/68142/HTML/default/viewer.htm#procstat_univariate_details52.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/procstat/68142/HTML/default/viewer.htm#procstat_univariate_details52.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 13 Mar 2016 06:50:32 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-03-13T06:50:32Z</dc:date>
    <item>
      <title>How to interpret goodness of fit tests other than Shapiro-Wilk?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-interpret-goodness-of-fit-tests-other-than-Shapiro-Wilk/m-p/256385#M13536</link>
      <description>&lt;P&gt;Let me start off by saying that I am relatively inexperienced with SAS. Previously I have worked with small data sets and have relied on the Shapiro-Wilk test of normality. Now I am working with a data set with over 2000 data points, and am not sure how to interpret the other goodness of fit statistics generated by PROC&amp;nbsp;UNIVARIATE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking at how spore concentration is related to the time of day; the spore concentration data has been transformed with log10. This is the output I am getting:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/2296iADF61151541C851E/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="sas.png" title="sas.png" /&gt;&lt;/P&gt;&lt;P&gt;How do I interpret these tests of normality? What do the D, W-sq, and A-Sq statistics indicate? Are there certain values of each statistic that indicate normality (as with the Shapiro-Wilk test)? Any suggestions are welcome! It would be great if answers are not too technical.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2016 06:15:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-interpret-goodness-of-fit-tests-other-than-Shapiro-Wilk/m-p/256385#M13536</guid>
      <dc:creator>ST1</dc:creator>
      <dc:date>2016-03-13T06:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret goodness of fit tests other than Shapiro-Wilk?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-interpret-goodness-of-fit-tests-other-than-Shapiro-Wilk/m-p/256390#M13538</link>
      <description>&lt;P&gt;The documentation is helpful:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/procstat/68142/HTML/default/viewer.htm#procstat_univariate_details52.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/procstat/68142/HTML/default/viewer.htm#procstat_univariate_details52.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2016 06:50:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-interpret-goodness-of-fit-tests-other-than-Shapiro-Wilk/m-p/256390#M13538</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-13T06:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret goodness of fit tests other than Shapiro-Wilk?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-interpret-goodness-of-fit-tests-other-than-Shapiro-Wilk/m-p/256410#M13540</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Shapiro-Wilk&amp;nbsp;generally is used for small data like &amp;lt; 2000. But your data is bigger than 2000.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;H0 : x is normal distribution . So your three p-value &amp;lt;0.05 means your data is NOT normal distribution.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2016 09:44:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-interpret-goodness-of-fit-tests-other-than-Shapiro-Wilk/m-p/256410#M13540</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-03-13T09:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret goodness of fit tests other than Shapiro-Wilk?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-interpret-goodness-of-fit-tests-other-than-Shapiro-Wilk/m-p/256472#M13550</link>
      <description>&lt;P&gt;Your data is clearly not distributed normally. Now, if spore concentration is in fact&amp;nbsp;related to time of day, you should remove that effect and look at the normality of the residuals. That said, it is very unlikely that 2000+ real world observations (as opposed to simulated data) will pass the normality tests. With so many points, these tests become sensitive to the slightest departure from the normal distribution. The good news is that with so many points, statistical models with normal errors become very robust to departures from the normal assumption because of the &lt;A href="https://en.wikipedia.org/wiki/Central_limit_theorem" target="_blank"&gt;Central limit theorem&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2016 03:13:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-interpret-goodness-of-fit-tests-other-than-Shapiro-Wilk/m-p/256472#M13550</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-03-14T03:13:15Z</dc:date>
    </item>
  </channel>
</rss>

