<?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: Mann-Whitney U test in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493213#M72273</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/186703"&gt;@docfermi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thank you so much!&amp;nbsp; That's quite helpful.&amp;nbsp; Besides normality assumption criteria, two sample t-test to look for difference in the means vs. Mann-Whitney U test for difference in the medians? &amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The Normal approximation and t Approximations are based on the values transformed to ranks. So those tests are of the "mean rank".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The "groups" are ordered by&amp;nbsp; value of the analysis variable, the ranks are assigned from the combined sample, and the tests are run on the ranks of the values. .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Sep 2018 21:36:05 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-09-06T21:36:05Z</dc:date>
    <item>
      <title>Mann-Whitney U test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/492960#M72252</link>
      <description>&lt;P class="x_MsoNormal"&gt;Using Mann-Whitney U test (Wilcoxon rank sum test), I am comparing two groups to see whether they are statistically different. &amp;nbsp;&amp;nbsp;Based on almost the &amp;nbsp;same median and mean values between the two groups, I definitely thought that p-value would be very high. &amp;nbsp;But P-value was &amp;lt; 0.0001 (attached).&amp;nbsp; Any ideas why P-value is significant?&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;P-value from T-test was about 0.15. &amp;nbsp;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;U&gt;sas code:&lt;/U&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;proc NPAR1WAY data=nis.cdiselect wilcoxon;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;class primary;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;var age;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 11:14:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/492960#M72252</guid>
      <dc:creator>docfermi</dc:creator>
      <dc:date>2018-09-06T11:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Mann-Whitney U test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493044#M72253</link>
      <description>&lt;P&gt;The expected values differ significantly, so review how expected values are calculated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have data sets that are imbalanced in size and large so any difference is statistically significant, however that does not imply practical significance..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 14:51:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493044#M72253</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-06T14:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Mann-Whitney U test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493097#M72255</link>
      <description>&lt;P&gt;Can you show the code and results for the t-test?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 16:22:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493097#M72255</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-09-06T16:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mann-Whitney U test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493117#M72260</link>
      <description>&lt;P class="x_MsoNormal"&gt;proc ttest data=nis.cdiselect;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;class primary;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;var age;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;weight trendwt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;run;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;The result of above is attached.&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;After adding weight trends statement, P-value was 0.7473. &amp;nbsp;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;According to the Central Limit Theorem, I can say that the sample is normally distributed as the sample size is &amp;gt;=30 (the data nis.cdiselect has 3.5 million weighted frequency)? &amp;nbsp;Therefore, I can use t-test?&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 17:17:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493117#M72260</guid>
      <dc:creator>docfermi</dc:creator>
      <dc:date>2018-09-06T17:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Mann-Whitney U test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493120#M72261</link>
      <description>&lt;P&gt;For the CLT ,the mean of the sample is normally distributed, not the sample. You can check the sample distribution visually if you like.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the hypothesis? If its that the means are the same, then yes you can use the CLT to assume the means are normally distributed and a t-test to test for significant differences.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What happens if you look at the distribution curves, say as histograms?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/186703"&gt;@docfermi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P class="x_MsoNormal"&gt;proc ttest data=nis.cdiselect;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;class primary;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;var age;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;weight trendwt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;run;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;The result of above is attached.&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;After adding weight trends statement, P-value was 0.7473. &amp;nbsp;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;FONT color="#800000"&gt;&lt;STRONG&gt;According to the Central Limit Theorem, I can say that the sample is normally distributed as the sample size is &amp;gt;=30&lt;/STRONG&gt;&lt;/FONT&gt; (the data nis.cdiselect has 3.5 million weighted frequency)? &amp;nbsp;Therefore, I can use t-test?&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;Thanks.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 17:32:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493120#M72261</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-06T17:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mann-Whitney U test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493122#M72262</link>
      <description>&lt;P&gt;You cannot assign weights to observations in the Wilcoxon rank sum test provided by NPAR1WAY. The weights that you are using might be designed expressly to balance the two samples.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 17:35:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493122#M72262</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-09-06T17:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Mann-Whitney U test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493124#M72263</link>
      <description>&lt;P&gt;How many ties do you have in the ranked values?&lt;/P&gt;
&lt;P&gt;From the documentation for NPAR1WAY:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;The asymptotic tests might be less accurate when the distribution of the data is heavily tied. For such data, it might be appropriate to use the exact tests provided by PROC NPAR1WAY as described in the section &lt;A href="http://127.0.0.1:56926/help/statug.hlp/statug_npar1way_details27.htm" target="_blank"&gt;Exact Tests&lt;/A&gt;.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you see a similar result if you take a random sample of say 10% of the records?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or have you looked at any graphic representation of the data?&lt;/P&gt;
&lt;P&gt;Does this graph imply equal or unequal medians to you:&lt;/P&gt;
&lt;PRE&gt;proc sgplot data=nis.cdiselect;
   vbar age/ group=primary  
             groupdisplay=cluster
             stat=freq
   ;
run;&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Sep 2018 17:37:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493124#M72263</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-09-06T17:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Mann-Whitney U test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493152#M72264</link>
      <description>&lt;P&gt;I didn't use weight statement for Mann-Whitney (sas won't run with weight &amp;nbsp;statement in any case).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 18:39:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493152#M72264</guid>
      <dc:creator>docfermi</dc:creator>
      <dc:date>2018-09-06T18:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Mann-Whitney U test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493154#M72265</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/186703"&gt;@docfermi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I didn't use weight statement for Mann-Whitney (sas won't run with weight &amp;nbsp;statement in any case).&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Exactly. This means you aren't using the same data in the two tests which makes them inconsistent and you cannot compare the results.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's a weighted vs unweighted test.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 18:47:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493154#M72265</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-06T18:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mann-Whitney U test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493165#M72266</link>
      <description>&lt;P&gt;I used unweighted as well (See my initial post). &amp;nbsp;t-test results showed P-value about 0.15.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 19:21:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493165#M72266</guid>
      <dc:creator>docfermi</dc:creator>
      <dc:date>2018-09-06T19:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Mann-Whitney U test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493168#M72267</link>
      <description>&lt;P&gt;As I and others have mentioned, what do the distributions look like?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can see a difference or the distributions are markedly different it does offer evidence in a particular direction that wouldn't be seen with a traditional box plot. You're could have&amp;nbsp;something similar to Anscombe's Quartet to some degree.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/186703"&gt;@docfermi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I used unweighted as well (See my initial post). &amp;nbsp;t-test results showed P-value about 0.15.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 19:28:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493168#M72267</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-06T19:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Mann-Whitney U test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493171#M72268</link>
      <description>&lt;P&gt;It is a left-skewed distribution. &amp;nbsp;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 19:34:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493171#M72268</guid>
      <dc:creator>docfermi</dc:creator>
      <dc:date>2018-09-06T19:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Mann-Whitney U test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493174#M72269</link>
      <description>&lt;P&gt;Adding "exact wilcoxon"? &amp;nbsp;The result was the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know how to check how many ties that I have....?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I have not learned how to take a random sample of 10% of my records...?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Equal or unequal median means.. whether mean ~ median? Otherwise please explain. &amp;nbsp;Mean is, median is 72 for both groups. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For your information, I added the results from the sas code that you provided. &amp;nbsp;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 19:40:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493174#M72269</guid>
      <dc:creator>docfermi</dc:creator>
      <dc:date>2018-09-06T19:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Mann-Whitney U test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493195#M72270</link>
      <description>&lt;P&gt;My mistake, I just realized that sas didn't run exact Wilcoxon due to higher sample frequency than the limit for exact wilcoxon.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 20:42:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493195#M72270</guid>
      <dc:creator>docfermi</dc:creator>
      <dc:date>2018-09-06T20:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Mann-Whitney U test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493197#M72271</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/186703"&gt;@docfermi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Adding "exact wilcoxon"? &amp;nbsp;The result was the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know how to check how many ties that I have....?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also I have not learned how to take a random sample of 10% of my records...?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Equal or unequal median means.. whether mean ~ median? Otherwise please explain. &amp;nbsp;Mean is, median is 72 for both groups. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your information, I added the results from the sas code that you provided. &amp;nbsp;Thanks.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If the AGE variable is the likely "age in years" as an integer you can use proc freq to get exact counts. The graph results are showing 1) as many as 18,000 ties within&amp;nbsp;just one of the groups and 2) age rounding to 5 year increments (those spikes). The larger&amp;nbsp;spike at around 90(hard to tell with the overlapping tick labels) is also kind of interesting indicating perhaps some other factor was used for that age, possibly a group of people "at least 90". It indicates the third (blue) or second (red) largest count in the area of the histogram where the surrounding ages are showing a declining count.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The graph indicates to me that there is a difference in medians as the "blue" group seems to have more of its members towards the upper age range than the red group. Notice that around the 20's range the blue is maybe not quite twice as tall as the red but up around the 60's (?) the blue is well over twice as tall. If the medians were to similar the ratio of heights of the bars would more similar across a wide range of the data.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 20:47:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493197#M72271</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-09-06T20:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Mann-Whitney U test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493209#M72272</link>
      <description>&lt;P&gt;Thank you so much!&amp;nbsp; That's quite helpful.&amp;nbsp; Besides normality assumption criteria, two sample t-test to look for difference in the means vs. Mann-Whitney U test for difference in the medians? &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 21:23:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493209#M72272</guid>
      <dc:creator>docfermi</dc:creator>
      <dc:date>2018-09-06T21:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Mann-Whitney U test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493213#M72273</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/186703"&gt;@docfermi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thank you so much!&amp;nbsp; That's quite helpful.&amp;nbsp; Besides normality assumption criteria, two sample t-test to look for difference in the means vs. Mann-Whitney U test for difference in the medians? &amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The Normal approximation and t Approximations are based on the values transformed to ranks. So those tests are of the "mean rank".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The "groups" are ordered by&amp;nbsp; value of the analysis variable, the ranks are assigned from the combined sample, and the tests are run on the ranks of the values. .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 21:36:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493213#M72273</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-09-06T21:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Mann-Whitney U test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493218#M72274</link>
      <description>&lt;P&gt;Use option MEDIAN in proc npar1way to test the difference in medians.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 21:43:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mann-Whitney-U-test/m-p/493218#M72274</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-09-06T21:43:57Z</dc:date>
    </item>
  </channel>
</rss>

