<?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: Normality Test in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149510#M7868</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P value is &amp;lt;0.0001 with the below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc npar1way wilcoxon&amp;nbsp; data=want;&lt;/P&gt;&lt;P&gt; class new_age;&lt;/P&gt;&lt;P&gt;var balance;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do we need to interpret only the P value from the output or anyother?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before I close this thread, I would like to clarify below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. From the documentation, there is no separate keyword for &lt;SPAN style="font-size: 12.960000038147px;"&gt;Kruskal-Wallis test. Am I right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="term" id="statug.npar1way.np1wil" style="font-family: arial, 'albany amt', helvetica, helv; font-weight: bold;"&gt;WILCOXON&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1.4em; padding: 5px 0; font-size: 12.960000038147px;"&gt;requests an analysis of Wilcoxon scores. When there are two &lt;A class="indexterm" name="statug.npar1way.a0000000092" style="font-size: 12.960000038147px; font-family: inherit;"&gt;&lt;/A&gt;&lt;A class="indexterm" name="statug.npar1way.a0000000093" style="font-size: 12.960000038147px; font-family: inherit;"&gt;&lt;/A&gt;classification levels (samples), this option produces the Wilcoxon rank-sum test. For any number of classification levels, this option produces the Kruskal-Wallis test. See the section &lt;A class="olink" href="http://support.sas.com/documentation/cdl/en/statug/65328/HTML/default/statug_npar1way_details08.htm#statug.npar1way.npar1wil" style="font-size: 12.960000038147px; text-decoration: underline; color: #000066;"&gt;Wilcoxon Scores&lt;/A&gt; for more information.&lt;/P&gt;&lt;P style="margin: 0 0 1.4em; padding: 5px 0; font-size: 12.960000038147px;"&gt;2. In case if I wish to include 2 classification variables (age,income) in this test, which proc should I use?&lt;/P&gt;&lt;P style="margin: 0 0 1.4em; padding: 5px 0; font-size: 12.960000038147px;"&gt;3. With regards to normal and log-normal distribution, whether is any difference whilst interpreting the outputs? Because we're modifying the actual value to a log value of a independent variable.&lt;/P&gt;&lt;P style="margin: 0 0 1.4em; padding: 5px 0; font-size: 12.960000038147px;"&gt;Thanks again for your inputs!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2015 10:52:49 GMT</pubDate>
    <dc:creator>Babloo</dc:creator>
    <dc:date>2015-02-05T10:52:49Z</dc:date>
    <item>
      <title>Normality Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149491#M7849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;I've used the univariate procedure to determine the normality for the continuous varaible 'amount'. With the actual data mean is 5055 and the median is 68. Similarly skewness and kutosis is 8.5 and 166 respectively.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;proc univariate data=want;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;var amount&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;histogram /normal (color=red);&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;run; &lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;As per the documentation, I understood that mean and median should almost remains the same (both values should be close to each other)&amp;nbsp; and skewness and kurtosis should be close to '0' for the normal curve.So do I need to remove the outliers to make my data normal? Or we've any other better solution to create a normal data?&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;What other procedures\techniques can be used in SAS to conduct a normality test?&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;Thanks for any help you offer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 13:49:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149491#M7849</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-02-02T13:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Normality Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149492#M7850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the proc univariate statement add the option NORMAL. This will add some output that is the result of tests for normality. Removing outliers, if any, is a BIG topic in analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 15:27:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149492#M7850</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-02-02T15:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Normality Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149493#M7851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would expect that the variable 'amount' has a lognormal distribution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try doing a log transformation of your data, and then look at the various moments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 17:51:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149493#M7851</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-02-02T17:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Normality Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149494#M7852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see much difference in my output with the options 'Normaltest'. My code is below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc univariate data=normality normaltest ;&lt;/P&gt;&lt;P&gt;var balance;&lt;/P&gt;&lt;P&gt;histogram /normal (color=red);&lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other suggestions to produce a normal data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 08:05:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149494#M7852</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-02-03T08:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Normality Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149495#M7853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Minimum account in my dataset is 0 and the maximum is 124346. When I tried the code below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;/P&gt;&lt;P&gt;options maxmemquery =6M;&lt;/P&gt;&lt;P&gt;proc univariate data=Anova_data_new normaltest plots;&lt;/P&gt;&lt;P&gt;var tot_balanc;&lt;/P&gt;&lt;P&gt;histogram /midpoints=1 to 124346 by 1000&amp;nbsp; /*How to find the divisor value*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lognormal;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods graphics off;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Encounted by error as ERROR: The smallest value of amount is less than or equal to the threshold parameter (THETA) for the lognormal fit.&amp;nbsp; According to documenation,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; font-size: 13.4399995803833px; background-color: #ffffff;"&gt;The threshold parameter &lt;/SPAN&gt;&lt;IMG alt="" class="math gen jiveImage" src="http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/images/procstat_univariate0038.png" style="font-size: 13.4399995803833px; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; color: #000000; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #000000; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; font-size: 13.4399995803833px; background-color: #ffffff;"&gt; must be less than the minimum data value. You can specify &lt;/SPAN&gt;&lt;IMG alt="" class="math gen jiveImage" src="http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/images/procstat_univariate0038.png" style="font-size: 13.4399995803833px; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; color: #000000; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #000000; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; font-size: 13.4399995803833px; background-color: #ffffff;"&gt; with the THRESHOLD= &lt;/SPAN&gt;&lt;EM style="color: #000000; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; font-size: 13.4399995803833px; background-color: #ffffff;"&gt;lognormal-option&lt;/EM&gt;&lt;SPAN style="color: #000000; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; font-size: 13.4399995803833px; background-color: #ffffff;"&gt;. By default, &lt;/SPAN&gt;&lt;IMG alt="" class="math gen jiveImage" src="http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/images/procstat_univariate0101.png" style="font-size: 13.4399995803833px; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; color: #000000; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #000000; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; font-size: 13.4399995803833px; background-color: #ffffff;"&gt;. If you specify THETA=EST, a maximum likelihood estimate is computed for &lt;/SPAN&gt;&lt;IMG alt="" class="math gen jiveImage" src="http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/images/procstat_univariate0038.png" style="font-size: 13.4399995803833px; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; color: #000000; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #000000; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; font-size: 13.4399995803833px; background-color: #ffffff;"&gt;. You can specify &lt;/SPAN&gt;&lt;IMG alt="" class="math gen jiveImage" src="http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/images/procstat_univariate0044.png" style="font-size: 13.4399995803833px; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; color: #000000; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #000000; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; font-size: 13.4399995803833px; background-color: #ffffff;"&gt; and &lt;/SPAN&gt;&lt;IMG alt="" class="math gen jiveImage" src="http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/images/procstat_univariate0039.png" style="font-size: 13.4399995803833px; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; color: #000000; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #000000; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; font-size: 13.4399995803833px; background-color: #ffffff;"&gt; with the SCALE= and SHAPE= &lt;/SPAN&gt;&lt;EM style="color: #000000; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; font-size: 13.4399995803833px; background-color: #ffffff;"&gt;lognormal-options&lt;/EM&gt;&lt;SPAN style="color: #000000; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; font-size: 13.4399995803833px; background-color: #ffffff;"&gt;, respectively. By default, the procedure calculates maximum likelihood estimates for these parameters.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; font-size: 13.4399995803833px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But I'm not sure how to compute theta value for my data. May I request you to extend your help on the same? Also let me know why we going for log normal distribution instead of normal distribution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 12:25:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149495#M7853</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-02-03T12:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Normality Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149496#M7854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 07:33:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149496#M7854</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-02-04T07:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Normality Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149497#M7855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;It is true, that for a normal distribution "&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.5pt; font-family: 'Arial',sans-serif; color: #222222; background: white;"&gt;mean and median should almost remains the same (both values should be close to each other)&amp;nbsp; and skewness and kurtosis should be close to 0". But there are formal statistical tests of normality, which are available in proc univariate.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.5pt; font-family: 'Arial',sans-serif; color: #222222; background: white;"&gt;Obviously your data is not normally distributed, this is why &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Helvetica, sans-serif; background: white;"&gt;Steve&lt;/SPAN&gt; suggested to test lognormality of the data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Helvetica, sans-serif; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Helvetica, sans-serif; background: white;"&gt;A log normally distributed data does not contain 0-s. But maybe it doesn’t hurt to add 1 to those 0 values. Alternatively you can apply threshold=-1 (shifting the fitted distribution).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Helvetica, sans-serif; background: white;"&gt;Or you could try other distributions as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Helvetica, sans-serif; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Helvetica, sans-serif; background: white;"&gt;Why is lognormal better than normal? Because (probably) it fits your data better.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Helvetica, sans-serif; background: white;"&gt;But we don’t know the purpose of your study.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Helvetica, sans-serif; background: white;"&gt;Why do you want to fit a distribution to your data? Why do you want to test normality (or lognormality or something else) of your data? Why do you want to &lt;STRONG&gt;make&lt;/STRONG&gt; it normal? (By removing outliers maybe.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Helvetica, sans-serif; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Helvetica, sans-serif; background: white;"&gt;Gergely&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 11:04:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149497#M7855</guid>
      <dc:creator>gergely_batho</dc:creator>
      <dc:date>2015-02-04T11:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Normality Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149498#M7856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your valuable comments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to conduct a ANOVA test with a samples. Hence I would except&amp;nbsp; my samples to be normal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will it sounds good if I remove the values which are less than or equal 0 before applying &lt;SPAN style="font-size: 13.3333330154419px;"&gt;log-normal distribution&lt;/SPAN&gt; ? I wonder when I see the various moments (non-normal to normal) for my variable after I switch over from normal to log-normal? What is the significance behind log-normal distribution? Can it be applied to the variable 'balance/amount'?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 11:19:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149498#M7856</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-02-04T11:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Normality Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149499#M7857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;You have different groups, and you want to determine&lt;/SPAN&gt; whether mean &lt;EM&gt;balance&lt;/EM&gt; is different between groups?&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Yes: ANOVA requires that distribution of &lt;EM&gt;balance &lt;/EM&gt;be normally distributed &lt;STRONG&gt;within each group&lt;/STRONG&gt;. If not, you could transform your variable (log transfom?), or apply some other test (proc genmod?).&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Helvetica, sans-serif; background: white;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;If you remove some observations (0-s or outliers) your results (inference) will be valid only to a subpopulations. (For example you simply want to exclude accounts with 0 or very high balance, because they do not represent the “real wealth of the account owners”)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Or you need to have a very good explanation why you are removing them. (For example if 0 is a data error.)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 11:40:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149499#M7857</guid>
      <dc:creator>gergely_batho</dc:creator>
      <dc:date>2015-02-04T11:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Normality Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149500#M7858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to &lt;SPAN lang="EN-US" style="font-size: 10pt; line-height: 1.5em; font-family: Arial, sans-serif; background-color: #ffffff;"&gt;determine&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt; whether mean &lt;/SPAN&gt;&lt;EM style="line-height: 1.5em; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;balance&lt;/EM&gt;&lt;SPAN style="line-height: 1.5em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt; is different between groups.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I agree with your point on '&lt;SPAN style="font-family: Arial, sans-serif; font-size: 13.3333330154419px; background-color: #ffffff;"&gt;If you remove some observations (0-s or outliers) your results (inference) will be valid only to a subpopulations. (For example you simply want to exclude accounts with 0 or very high balance, because they do not represent the “real wealth of the account owners”)&lt;/SPAN&gt;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I wondering what values should be replaced for negative and zero values for my variable 'balance' before applying log normal distribution? Because 25% of my data is less than or equal to zero.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 12:19:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149500#M7858</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-02-04T12:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Normality Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149501#M7859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This really looks to me like an example where a nonparametric approach will be useful.&amp;nbsp; There are zeroes and negative values and truly huge values in your data.&amp;nbsp; Rather than looking at whether the means are different, consider whether the medians are different.&amp;nbsp; A Mann-Whitney test, using PROC NPAR1WAY provides a distribution-free approach to this test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 12:22:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149501#M7859</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-02-04T12:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Normality Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149502#M7860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we make the inference in &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;non-parametric test like we do in parametric test? e.g. I can test 'model balance=income age' in ANOVA or GLM. Since my data is non-normal how can I do the similar test in &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;non-parametric approach?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 13:39:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149502#M7860</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-02-04T13:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Normality Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149503#M7861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Time to read the documentation for PROC NPAR1WAY, paying particular attention to the examples there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 14:00:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149503#M7861</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-02-04T14:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Normality Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149504#M7862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,will have a look at &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;documentation for PROC NPAR1WAY.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards to normality, I got a bell curve alongside mean=median and skewness (0.2) is also similar to Kurtosis (-1.08). but 'P' value is significant. e.g. p&amp;lt;0.001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So can we assume that our data is normal for the scenario as I mentioned above? or still we need to make it normal. I need to do ANOVA or GLM with that data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 14:43:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149504#M7862</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-02-04T14:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Normality Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149505#M7863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RE:the statement:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;With regards to normality, I got a bell curve alongside mean=median and skewness (0.2) is also similar to Kurtosis (-1.08). but 'P' value is significant. e.g. p&amp;lt;0.001&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This is quite different from what was given above&lt;/P&gt;&lt;P&gt;( With the actual data mean is 5055 and the median is 68. Similarly skewness and kutosis is 8.5 and 166 respectively.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I assume this is after some sort of transform?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It still appears that the data are significantly different from being normally distributed, but that is not necessarily a stopping point.&amp;nbsp; Please state how you got such different results this time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, it is not necessary that the raw data be distributed normally to meet the assumptions of analysis of variance.&amp;nbsp; The assumption is that the errors (residuals) be normally distributed.&amp;nbsp; This can be checked by fitting the model of interest, getting the residuals in an output dataset, and then checking them for normality.&amp;nbsp; For a Shapiro-Wilks test of normality, I would only reject the null hypothesis (of a normal distribution) if the P value were less than 0.001. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But much better than testing for normality would be looking at a QQ plot of the residuals.&amp;nbsp; If those basically fit the diagonal without anything unusual, I would trust that the data were such that the assumption is nearly met, and depend on the robustness of the method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if you get some extreme bends anywhere in the QQ plot, the nonparametric approach is probably more powerful than standard ANOVA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 15:17:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149505#M7863</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-02-04T15:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Normality Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149506#M7864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With the actual raw data &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;mean is 5055 and the median is 68. Similarly skewness and kurtosis is 8.5 and 166 respectively followed by I did binning (15 bins) and removed the outliers. Now the mean is 14006.9 median is 14608.5 and &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;skewness and kurtosis is 0&lt;/SPAN&gt;&lt;/SPAN&gt;.0013 &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em; background-color: #ffffff;"&gt;and -1.2806 respectively. Considerably record count is reduced from 24000 to 600 where as p&amp;lt;0.001. Got a bell curve as well. Please suggest my final samples (600) is reasonably normal?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;Then I replaced the actual value of balance1 (or amount) to log value (via &lt;STRONG&gt;balance1=log(balance1)&lt;/STRONG&gt; ) and then I did a log normal and it produced &lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;a bell curve alongside mean=median and skewness (0.2) is also similar to Kurtosis (-1.08).&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;According to your advice, I tried to plot a Q-Q plot to check the normality with the code below. Attached the plot as well. Sounds it is non-normal as most of the data origin towards left. But I'm not very sure.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;ods graphics on;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;options maxmemquery=6M;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;proc univariate data=normality_new;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;QQPLOT balance1 / lognormal (sigma=2); /*I don't know about sigma value here*/&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;run; &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ods graphics off;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;So may I request you to view my plot and share your thoughts (or possibly verdict)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em; background-color: #ffffff;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Residual_QQ_Plot.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/9037_Residual_QQ_Plot.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 08:36:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149506#M7864</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-02-05T08:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Normality Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149507#M7865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote" modifiedtitle="true"&gt;
&lt;P&gt;Babloo wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em; background-color: #ffffff;"&gt;Considerably record count is reduced from 24000 to 600 where as p&amp;lt;0.001. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That would worry me. It seems like you've thrown away most of your data to obtain normality which means any results are probably not representative of your true business any more. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 10:02:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149507#M7865</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-02-05T10:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Normality Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149508#M7866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then what should be the correct method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I did non-parametric method with the code below, it takes hours to complete. After referring the documents, I understood that it works well for limited samples (say less than 1000) whereas my data has 25000 observations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc npar1way wilcoxon data=want;&lt;/P&gt;&lt;P&gt;class income; /* categorized into three levels*/&lt;/P&gt;&lt;P&gt;var balance1;&lt;/P&gt;&lt;P&gt;exact;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts to re-direct me to obtain a normality or best fitted &lt;SPAN style="font-size: 13.3333330154419px;"&gt;non-parametric procs?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 10:23:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149508#M7866</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-02-05T10:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Normality Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149509#M7867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you don't need the "exact" statement. With so many observations, your result will be "exact enough" with a simple (asymptotic) Kruskal-Wallis Test.&lt;/P&gt;&lt;P&gt;exact statement triggers a very expensive algorithm, it will take forever with 25000 obs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 10:32:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149509#M7867</guid>
      <dc:creator>gergely_batho</dc:creator>
      <dc:date>2015-02-05T10:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Normality Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149510#M7868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P value is &amp;lt;0.0001 with the below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc npar1way wilcoxon&amp;nbsp; data=want;&lt;/P&gt;&lt;P&gt; class new_age;&lt;/P&gt;&lt;P&gt;var balance;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do we need to interpret only the P value from the output or anyother?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before I close this thread, I would like to clarify below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. From the documentation, there is no separate keyword for &lt;SPAN style="font-size: 12.960000038147px;"&gt;Kruskal-Wallis test. Am I right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="term" id="statug.npar1way.np1wil" style="font-family: arial, 'albany amt', helvetica, helv; font-weight: bold;"&gt;WILCOXON&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1.4em; padding: 5px 0; font-size: 12.960000038147px;"&gt;requests an analysis of Wilcoxon scores. When there are two &lt;A class="indexterm" name="statug.npar1way.a0000000092" style="font-size: 12.960000038147px; font-family: inherit;"&gt;&lt;/A&gt;&lt;A class="indexterm" name="statug.npar1way.a0000000093" style="font-size: 12.960000038147px; font-family: inherit;"&gt;&lt;/A&gt;classification levels (samples), this option produces the Wilcoxon rank-sum test. For any number of classification levels, this option produces the Kruskal-Wallis test. See the section &lt;A class="olink" href="http://support.sas.com/documentation/cdl/en/statug/65328/HTML/default/statug_npar1way_details08.htm#statug.npar1way.npar1wil" style="font-size: 12.960000038147px; text-decoration: underline; color: #000066;"&gt;Wilcoxon Scores&lt;/A&gt; for more information.&lt;/P&gt;&lt;P style="margin: 0 0 1.4em; padding: 5px 0; font-size: 12.960000038147px;"&gt;2. In case if I wish to include 2 classification variables (age,income) in this test, which proc should I use?&lt;/P&gt;&lt;P style="margin: 0 0 1.4em; padding: 5px 0; font-size: 12.960000038147px;"&gt;3. With regards to normal and log-normal distribution, whether is any difference whilst interpreting the outputs? Because we're modifying the actual value to a log value of a independent variable.&lt;/P&gt;&lt;P style="margin: 0 0 1.4em; padding: 5px 0; font-size: 12.960000038147px;"&gt;Thanks again for your inputs!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 10:52:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normality-Test/m-p/149510#M7868</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-02-05T10:52:49Z</dc:date>
    </item>
  </channel>
</rss>

