<?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: no Shapiro-Wilk test in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/no-Shapiro-Wilk-test/m-p/826923#M326639</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/430875"&gt;@GDzws&lt;/a&gt;&amp;nbsp;and welcome to the SAS Support Communities!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add the NORMAL option to the PROC UNIVARIATE statement:&lt;/P&gt;
&lt;PRE&gt;&lt;FONT size="4"&gt;proc univariate data=bbbbb &lt;STRONG&gt;&lt;FONT color="#3366FF"&gt;normal&lt;/FONT&gt;&lt;/STRONG&gt;;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;Then you should find the Shapiro-Wilk test results in section "Tests for Normality" of the output (&lt;EM&gt;not&lt;/EM&gt; in the section "Goodness-of-Fit Tests for Normal Distribution") if your sample size is 2000 or less.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Aug 2022 15:41:01 GMT</pubDate>
    <dc:creator>FreelanceReinh</dc:creator>
    <dc:date>2022-08-03T15:41:01Z</dc:date>
    <item>
      <title>no Shapiro-Wilk test</title>
      <link>https://communities.sas.com/t5/SAS-Programming/no-Shapiro-Wilk-test/m-p/826914#M326637</link>
      <description>&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am having trouble with obtaining a normality test result using the Shapiro-Wilk test.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I perform like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;proc univariate data=bbbbb;&lt;BR /&gt;var Weight_kg_Base Height_m_Base Systolic_BP_mmHg_Base Diastolic_BP_mmHg_Base;&lt;BR /&gt;histogram Weight_kg_Base Height_m_Base Systolic_BP_mmHg_Base Diastolic_BP_mmHg_Base / normal;&lt;BR /&gt;run;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the sample size is 60. But no Shapiro-Wilk test results in my output interface.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GDzws_0-1659540161124.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/74062i725013FDBEDE75A4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GDzws_0-1659540161124.png" alt="GDzws_0-1659540161124.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'd really appreciate if anyone could help me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 15:23:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/no-Shapiro-Wilk-test/m-p/826914#M326637</guid>
      <dc:creator>GDzws</dc:creator>
      <dc:date>2022-08-03T15:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: no Shapiro-Wilk test</title>
      <link>https://communities.sas.com/t5/SAS-Programming/no-Shapiro-Wilk-test/m-p/826923#M326639</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/430875"&gt;@GDzws&lt;/a&gt;&amp;nbsp;and welcome to the SAS Support Communities!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add the NORMAL option to the PROC UNIVARIATE statement:&lt;/P&gt;
&lt;PRE&gt;&lt;FONT size="4"&gt;proc univariate data=bbbbb &lt;STRONG&gt;&lt;FONT color="#3366FF"&gt;normal&lt;/FONT&gt;&lt;/STRONG&gt;;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;Then you should find the Shapiro-Wilk test results in section "Tests for Normality" of the output (&lt;EM&gt;not&lt;/EM&gt; in the section "Goodness-of-Fit Tests for Normal Distribution") if your sample size is 2000 or less.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 15:41:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/no-Shapiro-Wilk-test/m-p/826923#M326639</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2022-08-03T15:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: no Shapiro-Wilk test</title>
      <link>https://communities.sas.com/t5/SAS-Programming/no-Shapiro-Wilk-test/m-p/826926#M326641</link>
      <description>&lt;P&gt;Add the NORMAL option to your PROC UNIVARIATE statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" aa-term "&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/procstat/procstat_univariate_syntax01.htm" target="_self"&gt;NORMAL&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=" aa-term "&gt;NORMALTEST&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;requests tests for normality that include a series of goodness-of-fit tests based on the empirical distribution function. The table provides test statistics and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=" aa-mathtext"&gt;p&lt;/SPAN&gt;-values for the &lt;STRONG&gt;Shapiro-Wilk test (provided the sample size is less than or equal to 2,000)&lt;/STRONG&gt;, the Kolmogorov-Smirnov test, the Anderson-Darling test, and the Cramér–von Mises test. This option does not apply if you use a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A tabindex="0" href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/procstat/procstat_univariate_syntax36.htm" target="_blank"&gt;WEIGHT&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;statement.&lt;/P&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/430875"&gt;@GDzws&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Dear all&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am having trouble with obtaining a normality test result using the Shapiro-Wilk test.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I perform like this:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proc univariate data=bbbbb;&lt;BR /&gt;var Weight_kg_Base Height_m_Base Systolic_BP_mmHg_Base Diastolic_BP_mmHg_Base;&lt;BR /&gt;histogram Weight_kg_Base Height_m_Base Systolic_BP_mmHg_Base Diastolic_BP_mmHg_Base / normal;&lt;BR /&gt;run;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;the sample size is 60. But no Shapiro-Wilk test results in my output interface.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GDzws_0-1659540161124.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/74062i725013FDBEDE75A4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GDzws_0-1659540161124.png" alt="GDzws_0-1659540161124.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'd really appreciate if anyone could help me.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 15:43:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/no-Shapiro-Wilk-test/m-p/826926#M326641</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-08-03T15:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: no Shapiro-Wilk test</title>
      <link>https://communities.sas.com/t5/SAS-Programming/no-Shapiro-Wilk-test/m-p/826928#M326642</link>
      <description>You are right. Thank you so much! Really appreciate!</description>
      <pubDate>Wed, 03 Aug 2022 15:50:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/no-Shapiro-Wilk-test/m-p/826928#M326642</guid>
      <dc:creator>GDzws</dc:creator>
      <dc:date>2022-08-03T15:50:56Z</dc:date>
    </item>
  </channel>
</rss>

