<?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: Interpretation of univariate test for normality in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Interpretation-of-univariate-test-for-normality/m-p/625946#M77439</link>
    <description>&lt;P&gt;For almost all statistical tests, you should REJECT the null hypothesis when the p-value is smaller than your significance criterion (typically 0.05 or 0.01). The null hypothesis for these tests is that the observed data comes from a normal distribution (with an unknown mean and variance).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So "small p-value" ==&amp;gt; the evidence does not support the hypothesis that the data are normal.&lt;/P&gt;
&lt;P&gt;"Large p-value" ==&amp;gt; we cannot discount the hypothesis that data are normal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As to which is better, that question has been asked in many papers and books. Often they give similar results. The Wikipedia article for these tests states some of the advantages/disadvantages of the tests. For example, start with &lt;A href="https://en.wikipedia.org/wiki/Anderson%E2%80%93Darling_test" target="_self"&gt;the Anderson-Darling test.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Feb 2020 18:49:09 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2020-02-19T18:49:09Z</dc:date>
    <item>
      <title>Interpretation of univariate test for normality</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Interpretation-of-univariate-test-for-normality/m-p/625804#M77436</link>
      <description>&lt;P&gt;How do I interpret test for normality results using SAS? I have ran the univariate for my data and obtained the results attached. From the probability which is the criteria for accepting or rejecting the normality test? Which of the three methods is best to use? Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 09:07:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Interpretation-of-univariate-test-for-normality/m-p/625804#M77436</guid>
      <dc:creator>Omenski</dc:creator>
      <dc:date>2020-02-19T09:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Interpretation of univariate test for normality</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Interpretation-of-univariate-test-for-normality/m-p/625837#M77437</link>
      <description>&lt;P&gt;Most of us will not download Microsoft Office documents, as they are a security threat. Please paste your results right into your reply.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 13:26:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Interpretation-of-univariate-test-for-normality/m-p/625837#M77437</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-02-19T13:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Interpretation of univariate test for normality</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Interpretation-of-univariate-test-for-normality/m-p/625944#M77438</link>
      <description>&lt;P&gt;There is no &lt;EM&gt;best&lt;/EM&gt; method. Each test looks at different aspects of distributions. Thus the minimum p-value among the tests is the one to consider. It tells you about some aspect in witch your distribution differs the most from the normal distribution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But please consider the pitfalls of normality testing explained &lt;A href="https://documentation.sas.com/?docsetId=procstat&amp;amp;docsetTarget=procstat_univariate_details52.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;here&lt;/A&gt;. Most specifically:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;"If you want to test the normality assumptions for analysis of variance methods, beware of using a statistical test for normality alone. A test’s ability to reject the null hypothesis (known as the &lt;SPAN&gt;&lt;EM&gt;power&lt;/EM&gt;&lt;/SPAN&gt; of the test) increases with the sample size. As the sample size becomes larger, increasingly smaller departures from normality can be detected. Because small deviations from normality do not severely affect the validity of analysis of variance tests, it is important to examine other statistics and plots to make a final assessment of normality. The skewness and kurtosis measures and the plots that are provided by the PLOTS option, the HISTOGRAM statement, the PROBPLOT statement, and the QQPLOT statement can be very helpful. &lt;STRONG&gt;For small sample sizes, power is low for detecting larger departures from normality that might be important. To increase the test’s ability to detect such deviations, you might want to declare significance at higher levels, such as 0.15 or 0.20, rather than the often-used 0.05 level.&lt;/STRONG&gt; Again, consulting plots and additional statistics can help you assess the severity of the deviations from normality."&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 18:40:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Interpretation-of-univariate-test-for-normality/m-p/625944#M77438</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2020-02-19T18:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Interpretation of univariate test for normality</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Interpretation-of-univariate-test-for-normality/m-p/625946#M77439</link>
      <description>&lt;P&gt;For almost all statistical tests, you should REJECT the null hypothesis when the p-value is smaller than your significance criterion (typically 0.05 or 0.01). The null hypothesis for these tests is that the observed data comes from a normal distribution (with an unknown mean and variance).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So "small p-value" ==&amp;gt; the evidence does not support the hypothesis that the data are normal.&lt;/P&gt;
&lt;P&gt;"Large p-value" ==&amp;gt; we cannot discount the hypothesis that data are normal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As to which is better, that question has been asked in many papers and books. Often they give similar results. The Wikipedia article for these tests states some of the advantages/disadvantages of the tests. For example, start with &lt;A href="https://en.wikipedia.org/wiki/Anderson%E2%80%93Darling_test" target="_self"&gt;the Anderson-Darling test.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 18:49:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Interpretation-of-univariate-test-for-normality/m-p/625946#M77439</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-02-19T18:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Interpretation of univariate test for normality</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Interpretation-of-univariate-test-for-normality/m-p/626433#M77456</link>
      <description>&lt;P&gt;Thanks for the information highly appreciated&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 10:22:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Interpretation-of-univariate-test-for-normality/m-p/626433#M77456</guid>
      <dc:creator>Omenski</dc:creator>
      <dc:date>2020-02-21T10:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Interpretation of univariate test for normality</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Interpretation-of-univariate-test-for-normality/m-p/626434#M77457</link>
      <description>&lt;P&gt;Thanks guidance highly appreciated&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 10:27:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Interpretation-of-univariate-test-for-normality/m-p/626434#M77457</guid>
      <dc:creator>Omenski</dc:creator>
      <dc:date>2020-02-21T10:27:09Z</dc:date>
    </item>
  </channel>
</rss>

