<?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: Median difference test in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721897#M34979</link>
    <description>&lt;P&gt;All, please ignore this post, as it is incorrect.&amp;nbsp; Steve&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;Another way to approach this:&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;Suppose the length of stay is Weibull distributed.&amp;nbsp; You could use PROC RELIABILITY (if you have SAS/QC licensed) to get the fitted medians for each group, and look at the confidence bounds for those.&amp;nbsp; This code would do that &lt;FONT color="#FF0000"&gt;(code edited, to what was used to generate the results below)&lt;/FONT&gt;:&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;STRIKE&gt;&lt;CODE class=" language-sas"&gt;proc reliability data=los;
class treatment;
distribution weibull;
model length_of_stay = treatment ;
probplot length_of_stay = treatment;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#FF00FF"&gt;freq freq; /* this was in the code I used, as it is necessary to get the correct values */&lt;/FONT&gt;
run;&lt;/CODE&gt;&lt;/STRIKE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRIKE&gt;The probability plots support the use of the Weibull distribution.&amp;nbsp;&amp;nbsp;&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;Results regarding the medians:&lt;/STRIKE&gt;&lt;/P&gt;
&lt;DIV class="branch"&gt;
&lt;DIV align="center"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="branch"&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Reliability: Percentile Estimates" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH width="17px"&gt;&lt;STRIKE&gt;%&lt;/STRIKE&gt;&lt;/TH&gt;
&lt;TD width="96px"&gt;&lt;STRIKE&gt;Median&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;TD width="96px"&gt;&lt;STRIKE&gt;Std Error&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;TD width="107px"&gt;&lt;STRIKE&gt;95% LOWER&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;TD width="103px"&gt;&lt;STRIKE&gt;95% UPPER&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;TD width="84px"&gt;&lt;STRIKE&gt;Treatment&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row" width="17px"&gt;&lt;STRIKE&gt;50&lt;/STRIKE&gt;&lt;/TH&gt;
&lt;TD width="96px" class="r data"&gt;&lt;STRIKE&gt;76.0081205&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;TD width="96px" class="r data"&gt;&lt;STRIKE&gt;6.33476321&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;TD width="107px" class="r data"&gt;&lt;STRIKE&gt;64.5532478&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;TD width="103px" class="r data"&gt;&lt;STRIKE&gt;89.4956425&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;TD width="84px" class="l data"&gt;&lt;STRIKE&gt;No&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH&gt;&lt;STRIKE&gt;50&lt;/STRIKE&gt;&lt;/TH&gt;
&lt;TD&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Reliability: Percentile Estimates" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;&lt;STRIKE&gt;77.0518411&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Reliability: Percentile Estimates" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;&lt;STRIKE&gt;5.91355892&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Reliability: Percentile Estimates" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;&lt;STRIKE&gt;66.2910929&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table lia-align-center" summary="Procedure Reliability: Percentile Estimates" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;89.5593354&lt;/STRIKE&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;&lt;STRIKE&gt;Yes&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;DIV class="branch"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="branch"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="branch lia-align-left"&gt;&lt;STRIKE&gt;This tends to support the Wilcoxon results rather than the Median test results.&lt;/STRIKE&gt;&lt;/DIV&gt;
&lt;DIV class="branch lia-align-left"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="branch lia-align-left"&gt;&lt;STRIKE&gt;&lt;FONT color="#FF0000"&gt;Edit: Thanks to&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733"&gt;@FreelanceReinh&lt;/a&gt;&amp;nbsp; for pointing out that the FREQ statement is needed, and wasn't in my code.&lt;/FONT&gt;&lt;/STRIKE&gt;&lt;/DIV&gt;
&lt;DIV class="branch lia-align-left"&gt;&lt;STRIKE&gt;SteveDenham&lt;/STRIKE&gt;&lt;/DIV&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Fri, 26 Feb 2021 12:29:27 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2021-02-26T12:29:27Z</dc:date>
    <item>
      <title>Median difference test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721663#M34964</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been trying to figure out how to test if two independent samples' &lt;U&gt;medians&lt;/U&gt; are statistically significantly different from each other and Google directed me to the following link where the NPAR1WAY procedure was used:&amp;nbsp;&lt;A href="https://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_npar1way_examples01.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_npar1way_examples01.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below are my data and the SAS code. My issue is about how to interpret the results. First of all there are two tables that reports two different statistics. The first one is the "Wilcoxon Two-Sample Test" and Pr &amp;lt; Z is 0.20 (i.e. not statistically significantly different). The second test is "Median Two-Sample Test" and Pr &amp;lt; Z is 0.175 (i.e. statistically significantly different). First, I don't know what these two tests measure and second why they have contradicting results (I'm guessing they measure different things and thus results are not contradicting but I don't know what).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would really appreciate your advice and sorry for the lengthy data!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data los;&lt;BR /&gt;input Treatment $ Length_of_stay Freq;&lt;BR /&gt;datalines;&lt;BR /&gt;No 1 475&lt;BR /&gt;No 2 304&lt;BR /&gt;No 3 364&lt;BR /&gt;No 4 364&lt;BR /&gt;No 5 334&lt;BR /&gt;No 6 320&lt;BR /&gt;No 7 277&lt;BR /&gt;No 8 256&lt;BR /&gt;No 9 208&lt;BR /&gt;No 10 192&lt;BR /&gt;No 11 173&lt;BR /&gt;No 12 152&lt;BR /&gt;No 13 114&lt;BR /&gt;No 14 123&lt;BR /&gt;No 15 95&lt;BR /&gt;No 16 96&lt;BR /&gt;No 17 94&lt;BR /&gt;No 18 81&lt;BR /&gt;No 19 69&lt;BR /&gt;No 20 75&lt;BR /&gt;No 21 50&lt;BR /&gt;No 22 60&lt;BR /&gt;No 23 53&lt;BR /&gt;No 24 49&lt;BR /&gt;No 25 45&lt;BR /&gt;No 26 40&lt;BR /&gt;No 27 46&lt;BR /&gt;No 28 37&lt;BR /&gt;No 29 36&lt;BR /&gt;No 30 31&lt;BR /&gt;No 31 33&lt;BR /&gt;No 32 25&lt;BR /&gt;No 33 26&lt;BR /&gt;No 34 21&lt;BR /&gt;No 35 33&lt;BR /&gt;No 36 23&lt;BR /&gt;No 37 21&lt;BR /&gt;No 38 27&lt;BR /&gt;No 39 16&lt;BR /&gt;No 40 31&lt;BR /&gt;No 41 24&lt;BR /&gt;No 42 27&lt;BR /&gt;No 43 16&lt;BR /&gt;No 44 17&lt;BR /&gt;No 45 13&lt;BR /&gt;No 46 11&lt;BR /&gt;No 47 20&lt;BR /&gt;No 48 15&lt;BR /&gt;No 49 13&lt;BR /&gt;No 50 16&lt;BR /&gt;No 51 8&lt;BR /&gt;No 52 12&lt;BR /&gt;No 53 17&lt;BR /&gt;No 54 10&lt;BR /&gt;No 55 6&lt;BR /&gt;No 56 9&lt;BR /&gt;No 57 11&lt;BR /&gt;No 58 8&lt;BR /&gt;No 59 10&lt;BR /&gt;No 60 8&lt;BR /&gt;No 61 7&lt;BR /&gt;No 62 10&lt;BR /&gt;No 63 8&lt;BR /&gt;No 64 11&lt;BR /&gt;No 65 6&lt;BR /&gt;No 66 4&lt;BR /&gt;No 67 9&lt;BR /&gt;No 68 6&lt;BR /&gt;No 69 4&lt;BR /&gt;No 70 10&lt;BR /&gt;No 71 5&lt;BR /&gt;No 72 1&lt;BR /&gt;No 73 7&lt;BR /&gt;No 74 4&lt;BR /&gt;No 75 4&lt;BR /&gt;No 76 4&lt;BR /&gt;No 77 6&lt;BR /&gt;No 78 9&lt;BR /&gt;No 79 2&lt;BR /&gt;No 80 2&lt;BR /&gt;No 81 2&lt;BR /&gt;No 82 4&lt;BR /&gt;No 83 2&lt;BR /&gt;No 84 3&lt;BR /&gt;No 85 4&lt;BR /&gt;No 86 3&lt;BR /&gt;No 87 3&lt;BR /&gt;No 88 2&lt;BR /&gt;No 89 3&lt;BR /&gt;No 90 3&lt;BR /&gt;No 91 3&lt;BR /&gt;No 92 2&lt;BR /&gt;No 93 3&lt;BR /&gt;No 94 1&lt;BR /&gt;No 95 2&lt;BR /&gt;No 96 2&lt;BR /&gt;No 97 1&lt;BR /&gt;No 98 2&lt;BR /&gt;No 102 3&lt;BR /&gt;No 104 1&lt;BR /&gt;No 108 2&lt;BR /&gt;No 113 2&lt;BR /&gt;No 114 1&lt;BR /&gt;No 115 3&lt;BR /&gt;No 117 1&lt;BR /&gt;No 119 2&lt;BR /&gt;No 120 1&lt;BR /&gt;No 121 2&lt;BR /&gt;No 122 1&lt;BR /&gt;No 123 2&lt;BR /&gt;No 124 1&lt;BR /&gt;No 125 2&lt;BR /&gt;No 126 2&lt;BR /&gt;No 128 2&lt;BR /&gt;No 130 2&lt;BR /&gt;No 133 1&lt;BR /&gt;No 135 1&lt;BR /&gt;No 141 1&lt;BR /&gt;No 143 1&lt;BR /&gt;No 144 2&lt;BR /&gt;No 145 1&lt;BR /&gt;No 148 1&lt;BR /&gt;No 149 1&lt;BR /&gt;No 151 1&lt;BR /&gt;No 152 1&lt;BR /&gt;No 153 1&lt;BR /&gt;No 162 1&lt;BR /&gt;No 168 1&lt;BR /&gt;No 170 1&lt;BR /&gt;No 176 2&lt;BR /&gt;No 177 1&lt;BR /&gt;No 180 1&lt;BR /&gt;No 181 1&lt;BR /&gt;No 187 1&lt;BR /&gt;No 192 1&lt;BR /&gt;No 194 1&lt;BR /&gt;No 201 1&lt;BR /&gt;No 212 1&lt;BR /&gt;No 215 1&lt;BR /&gt;No 227 1&lt;BR /&gt;No 260 1&lt;BR /&gt;No 261 1&lt;BR /&gt;No 313 1&lt;BR /&gt;No 326 1&lt;BR /&gt;No 370 1&lt;BR /&gt;No 383 1&lt;BR /&gt;No 387 1&lt;BR /&gt;No 395 1&lt;BR /&gt;No 402 1&lt;BR /&gt;No 409 1&lt;BR /&gt;No 431 1&lt;BR /&gt;Yes 1 617&lt;BR /&gt;Yes 2 471&lt;BR /&gt;Yes 3 489&lt;BR /&gt;Yes 4 460&lt;BR /&gt;Yes 5 447&lt;BR /&gt;Yes 6 398&lt;BR /&gt;Yes 7 393&lt;BR /&gt;Yes 8 289&lt;BR /&gt;Yes 9 290&lt;BR /&gt;Yes 10 280&lt;BR /&gt;Yes 11 269&lt;BR /&gt;Yes 12 204&lt;BR /&gt;Yes 13 209&lt;BR /&gt;Yes 14 138&lt;BR /&gt;Yes 15 142&lt;BR /&gt;Yes 16 148&lt;BR /&gt;Yes 17 135&lt;BR /&gt;Yes 18 129&lt;BR /&gt;Yes 19 113&lt;BR /&gt;Yes 20 98&lt;BR /&gt;Yes 21 91&lt;BR /&gt;Yes 22 80&lt;BR /&gt;Yes 23 70&lt;BR /&gt;Yes 24 85&lt;BR /&gt;Yes 25 66&lt;BR /&gt;Yes 26 59&lt;BR /&gt;Yes 27 57&lt;BR /&gt;Yes 28 54&lt;BR /&gt;Yes 29 56&lt;BR /&gt;Yes 30 36&lt;BR /&gt;Yes 31 45&lt;BR /&gt;Yes 32 46&lt;BR /&gt;Yes 33 52&lt;BR /&gt;Yes 34 49&lt;BR /&gt;Yes 35 32&lt;BR /&gt;Yes 36 31&lt;BR /&gt;Yes 37 41&lt;BR /&gt;Yes 38 30&lt;BR /&gt;Yes 39 24&lt;BR /&gt;Yes 40 35&lt;BR /&gt;Yes 41 20&lt;BR /&gt;Yes 42 14&lt;BR /&gt;Yes 43 24&lt;BR /&gt;Yes 44 20&lt;BR /&gt;Yes 45 30&lt;BR /&gt;Yes 46 18&lt;BR /&gt;Yes 47 14&lt;BR /&gt;Yes 48 24&lt;BR /&gt;Yes 49 22&lt;BR /&gt;Yes 50 21&lt;BR /&gt;Yes 51 21&lt;BR /&gt;Yes 52 9&lt;BR /&gt;Yes 53 17&lt;BR /&gt;Yes 54 18&lt;BR /&gt;Yes 55 8&lt;BR /&gt;Yes 56 13&lt;BR /&gt;Yes 57 12&lt;BR /&gt;Yes 58 15&lt;BR /&gt;Yes 59 14&lt;BR /&gt;Yes 60 12&lt;BR /&gt;Yes 61 13&lt;BR /&gt;Yes 62 9&lt;BR /&gt;Yes 63 7&lt;BR /&gt;Yes 64 4&lt;BR /&gt;Yes 65 10&lt;BR /&gt;Yes 66 12&lt;BR /&gt;Yes 67 11&lt;BR /&gt;Yes 68 7&lt;BR /&gt;Yes 69 13&lt;BR /&gt;Yes 70 7&lt;BR /&gt;Yes 71 10&lt;BR /&gt;Yes 72 3&lt;BR /&gt;Yes 73 6&lt;BR /&gt;Yes 74 11&lt;BR /&gt;Yes 75 8&lt;BR /&gt;Yes 76 2&lt;BR /&gt;Yes 77 1&lt;BR /&gt;Yes 78 3&lt;BR /&gt;Yes 79 2&lt;BR /&gt;Yes 80 5&lt;BR /&gt;Yes 81 1&lt;BR /&gt;Yes 82 2&lt;BR /&gt;Yes 83 2&lt;BR /&gt;Yes 84 6&lt;BR /&gt;Yes 85 3&lt;BR /&gt;Yes 86 2&lt;BR /&gt;Yes 87 4&lt;BR /&gt;Yes 88 3&lt;BR /&gt;Yes 89 2&lt;BR /&gt;Yes 90 6&lt;BR /&gt;Yes 91 2&lt;BR /&gt;Yes 92 2&lt;BR /&gt;Yes 93 4&lt;BR /&gt;Yes 94 2&lt;BR /&gt;Yes 95 1&lt;BR /&gt;Yes 97 1&lt;BR /&gt;Yes 98 2&lt;BR /&gt;Yes 99 1&lt;BR /&gt;Yes 100 3&lt;BR /&gt;Yes 102 3&lt;BR /&gt;Yes 104 1&lt;BR /&gt;Yes 105 1&lt;BR /&gt;Yes 106 3&lt;BR /&gt;Yes 108 1&lt;BR /&gt;Yes 109 3&lt;BR /&gt;Yes 111 2&lt;BR /&gt;Yes 114 3&lt;BR /&gt;Yes 115 4&lt;BR /&gt;Yes 116 2&lt;BR /&gt;Yes 117 2&lt;BR /&gt;Yes 119 1&lt;BR /&gt;Yes 121 5&lt;BR /&gt;Yes 122 1&lt;BR /&gt;Yes 123 4&lt;BR /&gt;Yes 124 2&lt;BR /&gt;Yes 125 1&lt;BR /&gt;Yes 127 1&lt;BR /&gt;Yes 128 1&lt;BR /&gt;Yes 131 1&lt;BR /&gt;Yes 132 1&lt;BR /&gt;Yes 133 1&lt;BR /&gt;Yes 137 1&lt;BR /&gt;Yes 140 1&lt;BR /&gt;Yes 141 1&lt;BR /&gt;Yes 144 1&lt;BR /&gt;Yes 145 1&lt;BR /&gt;Yes 146 1&lt;BR /&gt;Yes 148 1&lt;BR /&gt;Yes 149 1&lt;BR /&gt;Yes 151 1&lt;BR /&gt;Yes 153 2&lt;BR /&gt;Yes 158 1&lt;BR /&gt;Yes 160 1&lt;BR /&gt;Yes 165 1&lt;BR /&gt;Yes 166 1&lt;BR /&gt;Yes 168 1&lt;BR /&gt;Yes 173 2&lt;BR /&gt;Yes 175 1&lt;BR /&gt;Yes 176 1&lt;BR /&gt;Yes 182 1&lt;BR /&gt;Yes 184 1&lt;BR /&gt;Yes 185 1&lt;BR /&gt;Yes 187 1&lt;BR /&gt;Yes 195 2&lt;BR /&gt;Yes 199 1&lt;BR /&gt;Yes 220 1&lt;BR /&gt;Yes 224 1&lt;BR /&gt;Yes 228 2&lt;BR /&gt;Yes 232 2&lt;BR /&gt;Yes 242 1&lt;BR /&gt;Yes 247 1&lt;BR /&gt;Yes 300 1&lt;BR /&gt;Yes 316 1&lt;BR /&gt;Yes 322 1&lt;BR /&gt;Yes 336 1&lt;BR /&gt;Yes 340 1&lt;BR /&gt;Yes 375 1&lt;BR /&gt;Yes 576 1;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 19:20:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721663#M34964</guid>
      <dc:creator>Recep</dc:creator>
      <dc:date>2021-02-24T19:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Median difference test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721665#M34965</link>
      <description>&lt;P&gt;It will help a lot in answering your question if you show the actual NPAR1WAY code that you used.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 19:43:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721665#M34965</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-02-24T19:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Median difference test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721666#M34966</link>
      <description>&lt;P&gt;Oh man! I completely missed it! Here is the data and the NPAR1WAY code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data los;&lt;BR /&gt;input Treatment $ Length_of_stay Freq;&lt;BR /&gt;datalines;&lt;BR /&gt;No 1 475&lt;BR /&gt;No 2 304&lt;BR /&gt;No 3 364&lt;BR /&gt;No 4 364&lt;BR /&gt;No 5 334&lt;BR /&gt;No 6 320&lt;BR /&gt;No 7 277&lt;BR /&gt;No 8 256&lt;BR /&gt;No 9 208&lt;BR /&gt;No 10 192&lt;BR /&gt;No 11 173&lt;BR /&gt;No 12 152&lt;BR /&gt;No 13 114&lt;BR /&gt;No 14 123&lt;BR /&gt;No 15 95&lt;BR /&gt;No 16 96&lt;BR /&gt;No 17 94&lt;BR /&gt;No 18 81&lt;BR /&gt;No 19 69&lt;BR /&gt;No 20 75&lt;BR /&gt;No 21 50&lt;BR /&gt;No 22 60&lt;BR /&gt;No 23 53&lt;BR /&gt;No 24 49&lt;BR /&gt;No 25 45&lt;BR /&gt;No 26 40&lt;BR /&gt;No 27 46&lt;BR /&gt;No 28 37&lt;BR /&gt;No 29 36&lt;BR /&gt;No 30 31&lt;BR /&gt;No 31 33&lt;BR /&gt;No 32 25&lt;BR /&gt;No 33 26&lt;BR /&gt;No 34 21&lt;BR /&gt;No 35 33&lt;BR /&gt;No 36 23&lt;BR /&gt;No 37 21&lt;BR /&gt;No 38 27&lt;BR /&gt;No 39 16&lt;BR /&gt;No 40 31&lt;BR /&gt;No 41 24&lt;BR /&gt;No 42 27&lt;BR /&gt;No 43 16&lt;BR /&gt;No 44 17&lt;BR /&gt;No 45 13&lt;BR /&gt;No 46 11&lt;BR /&gt;No 47 20&lt;BR /&gt;No 48 15&lt;BR /&gt;No 49 13&lt;BR /&gt;No 50 16&lt;BR /&gt;No 51 8&lt;BR /&gt;No 52 12&lt;BR /&gt;No 53 17&lt;BR /&gt;No 54 10&lt;BR /&gt;No 55 6&lt;BR /&gt;No 56 9&lt;BR /&gt;No 57 11&lt;BR /&gt;No 58 8&lt;BR /&gt;No 59 10&lt;BR /&gt;No 60 8&lt;BR /&gt;No 61 7&lt;BR /&gt;No 62 10&lt;BR /&gt;No 63 8&lt;BR /&gt;No 64 11&lt;BR /&gt;No 65 6&lt;BR /&gt;No 66 4&lt;BR /&gt;No 67 9&lt;BR /&gt;No 68 6&lt;BR /&gt;No 69 4&lt;BR /&gt;No 70 10&lt;BR /&gt;No 71 5&lt;BR /&gt;No 72 1&lt;BR /&gt;No 73 7&lt;BR /&gt;No 74 4&lt;BR /&gt;No 75 4&lt;BR /&gt;No 76 4&lt;BR /&gt;No 77 6&lt;BR /&gt;No 78 9&lt;BR /&gt;No 79 2&lt;BR /&gt;No 80 2&lt;BR /&gt;No 81 2&lt;BR /&gt;No 82 4&lt;BR /&gt;No 83 2&lt;BR /&gt;No 84 3&lt;BR /&gt;No 85 4&lt;BR /&gt;No 86 3&lt;BR /&gt;No 87 3&lt;BR /&gt;No 88 2&lt;BR /&gt;No 89 3&lt;BR /&gt;No 90 3&lt;BR /&gt;No 91 3&lt;BR /&gt;No 92 2&lt;BR /&gt;No 93 3&lt;BR /&gt;No 94 1&lt;BR /&gt;No 95 2&lt;BR /&gt;No 96 2&lt;BR /&gt;No 97 1&lt;BR /&gt;No 98 2&lt;BR /&gt;No 102 3&lt;BR /&gt;No 104 1&lt;BR /&gt;No 108 2&lt;BR /&gt;No 113 2&lt;BR /&gt;No 114 1&lt;BR /&gt;No 115 3&lt;BR /&gt;No 117 1&lt;BR /&gt;No 119 2&lt;BR /&gt;No 120 1&lt;BR /&gt;No 121 2&lt;BR /&gt;No 122 1&lt;BR /&gt;No 123 2&lt;BR /&gt;No 124 1&lt;BR /&gt;No 125 2&lt;BR /&gt;No 126 2&lt;BR /&gt;No 128 2&lt;BR /&gt;No 130 2&lt;BR /&gt;No 133 1&lt;BR /&gt;No 135 1&lt;BR /&gt;No 141 1&lt;BR /&gt;No 143 1&lt;BR /&gt;No 144 2&lt;BR /&gt;No 145 1&lt;BR /&gt;No 148 1&lt;BR /&gt;No 149 1&lt;BR /&gt;No 151 1&lt;BR /&gt;No 152 1&lt;BR /&gt;No 153 1&lt;BR /&gt;No 162 1&lt;BR /&gt;No 168 1&lt;BR /&gt;No 170 1&lt;BR /&gt;No 176 2&lt;BR /&gt;No 177 1&lt;BR /&gt;No 180 1&lt;BR /&gt;No 181 1&lt;BR /&gt;No 187 1&lt;BR /&gt;No 192 1&lt;BR /&gt;No 194 1&lt;BR /&gt;No 201 1&lt;BR /&gt;No 212 1&lt;BR /&gt;No 215 1&lt;BR /&gt;No 227 1&lt;BR /&gt;No 260 1&lt;BR /&gt;No 261 1&lt;BR /&gt;No 313 1&lt;BR /&gt;No 326 1&lt;BR /&gt;No 370 1&lt;BR /&gt;No 383 1&lt;BR /&gt;No 387 1&lt;BR /&gt;No 395 1&lt;BR /&gt;No 402 1&lt;BR /&gt;No 409 1&lt;BR /&gt;No 431 1&lt;BR /&gt;Yes 1 617&lt;BR /&gt;Yes 2 471&lt;BR /&gt;Yes 3 489&lt;BR /&gt;Yes 4 460&lt;BR /&gt;Yes 5 447&lt;BR /&gt;Yes 6 398&lt;BR /&gt;Yes 7 393&lt;BR /&gt;Yes 8 289&lt;BR /&gt;Yes 9 290&lt;BR /&gt;Yes 10 280&lt;BR /&gt;Yes 11 269&lt;BR /&gt;Yes 12 204&lt;BR /&gt;Yes 13 209&lt;BR /&gt;Yes 14 138&lt;BR /&gt;Yes 15 142&lt;BR /&gt;Yes 16 148&lt;BR /&gt;Yes 17 135&lt;BR /&gt;Yes 18 129&lt;BR /&gt;Yes 19 113&lt;BR /&gt;Yes 20 98&lt;BR /&gt;Yes 21 91&lt;BR /&gt;Yes 22 80&lt;BR /&gt;Yes 23 70&lt;BR /&gt;Yes 24 85&lt;BR /&gt;Yes 25 66&lt;BR /&gt;Yes 26 59&lt;BR /&gt;Yes 27 57&lt;BR /&gt;Yes 28 54&lt;BR /&gt;Yes 29 56&lt;BR /&gt;Yes 30 36&lt;BR /&gt;Yes 31 45&lt;BR /&gt;Yes 32 46&lt;BR /&gt;Yes 33 52&lt;BR /&gt;Yes 34 49&lt;BR /&gt;Yes 35 32&lt;BR /&gt;Yes 36 31&lt;BR /&gt;Yes 37 41&lt;BR /&gt;Yes 38 30&lt;BR /&gt;Yes 39 24&lt;BR /&gt;Yes 40 35&lt;BR /&gt;Yes 41 20&lt;BR /&gt;Yes 42 14&lt;BR /&gt;Yes 43 24&lt;BR /&gt;Yes 44 20&lt;BR /&gt;Yes 45 30&lt;BR /&gt;Yes 46 18&lt;BR /&gt;Yes 47 14&lt;BR /&gt;Yes 48 24&lt;BR /&gt;Yes 49 22&lt;BR /&gt;Yes 50 21&lt;BR /&gt;Yes 51 21&lt;BR /&gt;Yes 52 9&lt;BR /&gt;Yes 53 17&lt;BR /&gt;Yes 54 18&lt;BR /&gt;Yes 55 8&lt;BR /&gt;Yes 56 13&lt;BR /&gt;Yes 57 12&lt;BR /&gt;Yes 58 15&lt;BR /&gt;Yes 59 14&lt;BR /&gt;Yes 60 12&lt;BR /&gt;Yes 61 13&lt;BR /&gt;Yes 62 9&lt;BR /&gt;Yes 63 7&lt;BR /&gt;Yes 64 4&lt;BR /&gt;Yes 65 10&lt;BR /&gt;Yes 66 12&lt;BR /&gt;Yes 67 11&lt;BR /&gt;Yes 68 7&lt;BR /&gt;Yes 69 13&lt;BR /&gt;Yes 70 7&lt;BR /&gt;Yes 71 10&lt;BR /&gt;Yes 72 3&lt;BR /&gt;Yes 73 6&lt;BR /&gt;Yes 74 11&lt;BR /&gt;Yes 75 8&lt;BR /&gt;Yes 76 2&lt;BR /&gt;Yes 77 1&lt;BR /&gt;Yes 78 3&lt;BR /&gt;Yes 79 2&lt;BR /&gt;Yes 80 5&lt;BR /&gt;Yes 81 1&lt;BR /&gt;Yes 82 2&lt;BR /&gt;Yes 83 2&lt;BR /&gt;Yes 84 6&lt;BR /&gt;Yes 85 3&lt;BR /&gt;Yes 86 2&lt;BR /&gt;Yes 87 4&lt;BR /&gt;Yes 88 3&lt;BR /&gt;Yes 89 2&lt;BR /&gt;Yes 90 6&lt;BR /&gt;Yes 91 2&lt;BR /&gt;Yes 92 2&lt;BR /&gt;Yes 93 4&lt;BR /&gt;Yes 94 2&lt;BR /&gt;Yes 95 1&lt;BR /&gt;Yes 97 1&lt;BR /&gt;Yes 98 2&lt;BR /&gt;Yes 99 1&lt;BR /&gt;Yes 100 3&lt;BR /&gt;Yes 102 3&lt;BR /&gt;Yes 104 1&lt;BR /&gt;Yes 105 1&lt;BR /&gt;Yes 106 3&lt;BR /&gt;Yes 108 1&lt;BR /&gt;Yes 109 3&lt;BR /&gt;Yes 111 2&lt;BR /&gt;Yes 114 3&lt;BR /&gt;Yes 115 4&lt;BR /&gt;Yes 116 2&lt;BR /&gt;Yes 117 2&lt;BR /&gt;Yes 119 1&lt;BR /&gt;Yes 121 5&lt;BR /&gt;Yes 122 1&lt;BR /&gt;Yes 123 4&lt;BR /&gt;Yes 124 2&lt;BR /&gt;Yes 125 1&lt;BR /&gt;Yes 127 1&lt;BR /&gt;Yes 128 1&lt;BR /&gt;Yes 131 1&lt;BR /&gt;Yes 132 1&lt;BR /&gt;Yes 133 1&lt;BR /&gt;Yes 137 1&lt;BR /&gt;Yes 140 1&lt;BR /&gt;Yes 141 1&lt;BR /&gt;Yes 144 1&lt;BR /&gt;Yes 145 1&lt;BR /&gt;Yes 146 1&lt;BR /&gt;Yes 148 1&lt;BR /&gt;Yes 149 1&lt;BR /&gt;Yes 151 1&lt;BR /&gt;Yes 153 2&lt;BR /&gt;Yes 158 1&lt;BR /&gt;Yes 160 1&lt;BR /&gt;Yes 165 1&lt;BR /&gt;Yes 166 1&lt;BR /&gt;Yes 168 1&lt;BR /&gt;Yes 173 2&lt;BR /&gt;Yes 175 1&lt;BR /&gt;Yes 176 1&lt;BR /&gt;Yes 182 1&lt;BR /&gt;Yes 184 1&lt;BR /&gt;Yes 185 1&lt;BR /&gt;Yes 187 1&lt;BR /&gt;Yes 195 2&lt;BR /&gt;Yes 199 1&lt;BR /&gt;Yes 220 1&lt;BR /&gt;Yes 224 1&lt;BR /&gt;Yes 228 2&lt;BR /&gt;Yes 232 2&lt;BR /&gt;Yes 242 1&lt;BR /&gt;Yes 247 1&lt;BR /&gt;Yes 300 1&lt;BR /&gt;Yes 316 1&lt;BR /&gt;Yes 322 1&lt;BR /&gt;Yes 336 1&lt;BR /&gt;Yes 340 1&lt;BR /&gt;Yes 375 1&lt;BR /&gt;Yes 576 1&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;BR /&gt;proc npar1way data=los wilcoxon median&lt;BR /&gt;plots=(wilcoxonboxplot medianplot);&lt;BR /&gt;class treatment;&lt;BR /&gt;var length_of_stay;&lt;BR /&gt;freq freq;&lt;BR /&gt;run;&lt;BR /&gt;ods graphics off;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 19:55:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721666#M34966</guid>
      <dc:creator>Recep</dc:creator>
      <dc:date>2021-02-24T19:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Median difference test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721670#M34967</link>
      <description>&lt;P&gt;My NPAR1WAY results using your data do not show any contradiction between the two tests:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PGStats_0-1614196707897.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55128iD3BB9C18E091C3D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="PGStats_0-1614196707897.png" alt="PGStats_0-1614196707897.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 19:59:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721670#M34967</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2021-02-24T19:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Median difference test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721673#M34968</link>
      <description>&lt;P&gt;Interesting! Below are my results:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Recep_0-1614197050510.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55129i8124D8B716E830F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Recep_0-1614197050510.png" alt="Recep_0-1614197050510.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Recep_1-1614197109483.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55130iA102504633DBA93E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Recep_1-1614197109483.png" alt="Recep_1-1614197109483.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 20:05:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721673#M34968</guid>
      <dc:creator>Recep</dc:creator>
      <dc:date>2021-02-24T20:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Median difference test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721676#M34969</link>
      <description>&lt;P&gt;Sorry, I misinterpreted your data. Ignore my message above.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 20:31:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721676#M34969</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2021-02-24T20:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Median difference test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721677#M34970</link>
      <description>At the top of your procedure should be a summary stats table. How many observations are being used for your analysis? &lt;BR /&gt;&lt;BR /&gt;My stats match the ones posted by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/122505"&gt;@Recep&lt;/a&gt;.</description>
      <pubDate>Wed, 24 Feb 2021 20:34:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721677#M34970</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-02-24T20:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Median difference test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721678#M34971</link>
      <description>&lt;P&gt;You must not be using the same data.&amp;nbsp; Please show the sas log generated by the proc npar1way.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 20:37:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721678#M34971</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2021-02-24T20:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Median difference test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721693#M34972</link>
      <description>&lt;P&gt;I believe&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/462"&gt;@PGStats&lt;/a&gt;&amp;nbsp;said to disregard his results. The results I posted should be the correct ones.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 21:41:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721693#M34972</guid>
      <dc:creator>Recep</dc:creator>
      <dc:date>2021-02-24T21:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Median difference test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721828#M34976</link>
      <description>One is check if the mean of two groups is the same, another is check the median .&lt;BR /&gt;The result is different , that is to say your data is not stable or you have many outliers .&lt;BR /&gt;Use this check:&lt;BR /&gt;proc univariate data=have;&lt;BR /&gt;histogram var;&lt;BR /&gt;run;</description>
      <pubDate>Thu, 25 Feb 2021 12:15:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721828#M34976</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-02-25T12:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Median difference test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721856#M34978</link>
      <description>&lt;P&gt;Always take what's on Wikipedia with a grain of salt, but in this case, it makes a key point.&amp;nbsp; From the Median test page (bold emphasis added by me):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It is crucial to note, however, that the null hypothesis verified by the Wilcoxon–&lt;/SPAN&gt;&lt;A class="mw-redirect" title="Mann–Whitney U" href="https://en.wikipedia.org/wiki/Mann%E2%80%93Whitney_U" target="_blank" rel="noopener"&gt;Mann–Whitney U&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;(and so the&amp;nbsp;&lt;/SPAN&gt;&lt;A title="Kruskal–Wallis one-way analysis of variance" href="https://en.wikipedia.org/wiki/Kruskal%E2%80%93Wallis_one-way_analysis_of_variance" target="_blank" rel="noopener"&gt;Kruskal–Wallis test&lt;/A&gt;&lt;SPAN&gt;) is &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;not about medians&lt;/STRONG&gt;&lt;/FONT&gt;. The test is sensitive also to differences in scale parameters and symmetry. As a consequence, if the Wilcoxon–&lt;/SPAN&gt;&lt;A class="mw-redirect" title="Mann–Whitney U" href="https://en.wikipedia.org/wiki/Mann%E2%80%93Whitney_U" target="_blank" rel="noopener"&gt;Mann–Whitney U&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;test rejects the null hypothesis, one cannot say that the rejection was caused only by the shift in medians. It is easy to prove by simulations, where samples with equal medians, yet different scales and shapes, lead the Wilcoxon–&lt;/SPAN&gt;&lt;A class="mw-redirect" title="Mann–Whitney U" href="https://en.wikipedia.org/wiki/Mann%E2%80%93Whitney_U" target="_blank" rel="noopener"&gt;Mann–Whitney U&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;test to fail completely.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am pretty sure that something like this is what is going on with these data - the shapes are different enough that the p values from the two tests don't align well.&amp;nbsp; It is even more interesting (at least to me) that the Median test comes out as "significant" while the Wilcoxon does not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 13:52:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721856#M34978</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2021-02-25T13:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Median difference test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721897#M34979</link>
      <description>&lt;P&gt;All, please ignore this post, as it is incorrect.&amp;nbsp; Steve&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;Another way to approach this:&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;Suppose the length of stay is Weibull distributed.&amp;nbsp; You could use PROC RELIABILITY (if you have SAS/QC licensed) to get the fitted medians for each group, and look at the confidence bounds for those.&amp;nbsp; This code would do that &lt;FONT color="#FF0000"&gt;(code edited, to what was used to generate the results below)&lt;/FONT&gt;:&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;STRIKE&gt;&lt;CODE class=" language-sas"&gt;proc reliability data=los;
class treatment;
distribution weibull;
model length_of_stay = treatment ;
probplot length_of_stay = treatment;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#FF00FF"&gt;freq freq; /* this was in the code I used, as it is necessary to get the correct values */&lt;/FONT&gt;
run;&lt;/CODE&gt;&lt;/STRIKE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRIKE&gt;The probability plots support the use of the Weibull distribution.&amp;nbsp;&amp;nbsp;&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;Results regarding the medians:&lt;/STRIKE&gt;&lt;/P&gt;
&lt;DIV class="branch"&gt;
&lt;DIV align="center"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="branch"&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Reliability: Percentile Estimates" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH width="17px"&gt;&lt;STRIKE&gt;%&lt;/STRIKE&gt;&lt;/TH&gt;
&lt;TD width="96px"&gt;&lt;STRIKE&gt;Median&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;TD width="96px"&gt;&lt;STRIKE&gt;Std Error&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;TD width="107px"&gt;&lt;STRIKE&gt;95% LOWER&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;TD width="103px"&gt;&lt;STRIKE&gt;95% UPPER&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;TD width="84px"&gt;&lt;STRIKE&gt;Treatment&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row" width="17px"&gt;&lt;STRIKE&gt;50&lt;/STRIKE&gt;&lt;/TH&gt;
&lt;TD width="96px" class="r data"&gt;&lt;STRIKE&gt;76.0081205&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;TD width="96px" class="r data"&gt;&lt;STRIKE&gt;6.33476321&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;TD width="107px" class="r data"&gt;&lt;STRIKE&gt;64.5532478&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;TD width="103px" class="r data"&gt;&lt;STRIKE&gt;89.4956425&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;TD width="84px" class="l data"&gt;&lt;STRIKE&gt;No&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH&gt;&lt;STRIKE&gt;50&lt;/STRIKE&gt;&lt;/TH&gt;
&lt;TD&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Reliability: Percentile Estimates" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;&lt;STRIKE&gt;77.0518411&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Reliability: Percentile Estimates" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;&lt;STRIKE&gt;5.91355892&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Reliability: Percentile Estimates" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;&lt;STRIKE&gt;66.2910929&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table lia-align-center" summary="Procedure Reliability: Percentile Estimates" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;89.5593354&lt;/STRIKE&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;&lt;STRIKE&gt;Yes&lt;/STRIKE&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;DIV class="branch"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="branch"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="branch lia-align-left"&gt;&lt;STRIKE&gt;This tends to support the Wilcoxon results rather than the Median test results.&lt;/STRIKE&gt;&lt;/DIV&gt;
&lt;DIV class="branch lia-align-left"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="branch lia-align-left"&gt;&lt;STRIKE&gt;&lt;FONT color="#FF0000"&gt;Edit: Thanks to&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733"&gt;@FreelanceReinh&lt;/a&gt;&amp;nbsp; for pointing out that the FREQ statement is needed, and wasn't in my code.&lt;/FONT&gt;&lt;/STRIKE&gt;&lt;/DIV&gt;
&lt;DIV class="branch lia-align-left"&gt;&lt;STRIKE&gt;SteveDenham&lt;/STRIKE&gt;&lt;/DIV&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 26 Feb 2021 12:29:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721897#M34979</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2021-02-26T12:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Median difference test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721921#M34980</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15363"&gt;@SteveDenham&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Suppose the length of stay is Weibull distributed.&amp;nbsp; You could use PROC RELIABILITY (if you have SAS/QC licensed) to get the fitted medians for each group, and look at the confidence bounds for those.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is an interesting approach. I'm curious to see the results after taking the frequencies into account, I guess with the&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.3&amp;amp;docsetId=qcug&amp;amp;docsetTarget=qcug_reliability_syntax13.htm&amp;amp;locale=en" target="_self"&gt;FREQ statement&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;freq freq;&lt;/PRE&gt;
&lt;P&gt;but I can't test it because SAS/QC is not included in my SAS license.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 16:25:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721921#M34980</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2021-02-25T16:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Median difference test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721955#M34981</link>
      <description>&lt;P&gt;I believe that PROC RELIABILITY is more reliable than my intuition, but I would have expected fitted medians around 8 and 9 (i.e., the empirical medians) after introducing the FREQ statement, not values in the 70s as before.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 18:31:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721955#M34981</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2021-02-25T18:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Median difference test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721982#M34982</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15363"&gt;@SteveDenham&lt;/a&gt;&amp;nbsp;, I'm not very familiar with PROC RELIABILITY but&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733"&gt;@FreelanceReinh&lt;/a&gt;&amp;nbsp;is right about the medians. The PROC MEANS below shows that they are 8 and 9 for "No" and "Yes", respectively.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sort data=los;by treatment;&lt;BR /&gt;proc means data=los median;&lt;BR /&gt;by treatment;&lt;BR /&gt;var length_of_stay;&lt;BR /&gt;weight freq;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Recep_0-1614281077480.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55188i1EE95955907C36AF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Recep_0-1614281077480.png" alt="Recep_0-1614281077480.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hospital length of stay is knows for its notorious right skewed distribution. For that reason we are not comparing means between two groups but the medians. I wonder if the distribution plays a role when comparing medians because I was under the impression that quantiles are taking into account when comparing medians.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 19:47:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/721982#M34982</guid>
      <dc:creator>Recep</dc:creator>
      <dc:date>2021-02-25T19:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Median difference test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/722121#M34985</link>
      <description>&lt;P&gt;I should probably delete the earlier post, as it did NOT use the FREQ statement.&amp;nbsp; Here is code for a 2 parameter and a 3 parameter weibull.&amp;nbsp; The 2 fits the earlier points better, the 3 fits the later better (see attached output file).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reliability data=los;
class treatment;
distribution weibull;
model length_of_stay = treatment ;
probplot length_of_stay = treatment;
freq freq;
run;

proc reliability data=los;
class treatment;
distribution weibull3;
model length_of_stay = treatment ;
probplot length_of_stay = treatment;
freq freq;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The median values for the 3 parameter are 7.3 for Yes and 7.5 for No, 10.1 for Yes and 10.0 for No for the 2 parameter, with substantial overlap of the 95% CI's.&amp;nbsp; I am still mystified as to why the median test in NPAR1WAY comes up significant.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 12:27:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/722121#M34985</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2021-02-26T12:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Median difference test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/722196#M34991</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15363"&gt;@SteveDenham&lt;/a&gt;&amp;nbsp;! I'll treat them as "not" statistically significantly different. I'm also puzzled by the median test results by NPAR1WAY and I asked about it to the SAS technical support. Though, as with my original post above, I made a typo when I was writing down the p-values of two tests by NPAR1WAY. They should read as 0.2012 for the Wilcoxon Two-Sample test and 0.0175 (not 0.175) for the Median Two-Sample test. I'll wait to hear back from SAS and post their reply here.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 17:33:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/722196#M34991</guid>
      <dc:creator>Recep</dc:creator>
      <dc:date>2021-02-26T17:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Median difference test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/722252#M34994</link>
      <description>&lt;P&gt;A possible element of explanation for the sensitivity of the median test might be illustrated by the cumulative distribution function obtained with:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc univariate data=los;
class treatment;
var Length_of_stay;
freq freq;
histogram;
cdfplot / Weibull(theta=est) statref=median overlay;
ods output CDFplot=losCDF;
run;

title "Empirical distribution function for Length_of_stay";
proc sgplot data=losCDF;
where CDFx &amp;gt; 0;
series x=ECDFx y=ECDFy / group=class1;
refline 50 / axis=y label="Median" labelloc=inside;
xaxis type=log;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PGStats_0-1614370911022.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55247i76BB5638CE35FA32/image-size/large?v=v2&amp;amp;px=999" role="button" title="PGStats_0-1614370911022.png" alt="PGStats_0-1614370911022.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;note that the greatest difference between the two curves is situated just about at the median.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is also found with :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc npar1way data=los edf plots=none;
class treatment;
freq freq;
var Length_of_stay;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PGStats_1-1614371566785.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55248i860A1D5D16C04153/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PGStats_1-1614371566785.png" alt="PGStats_1-1614371566785.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;i.e. the median happens to be the value where the two distributions differ the most.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 20:38:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/722252#M34994</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2021-02-26T20:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Median difference test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/722288#M34995</link>
      <description>&lt;P&gt;Thanks a lot! I think this explains the difference between two contradicting results: The ranked values of length of stay within each group are very similar to each other hence the insignificant Wilcoxon Rank Sum Test (i.e. Wilcoxon Mann-Whitney) results yet the medians are different enough to have a statistically significant different Median Two-Sample Test results. This shows that one should be very careful interpreting the test results! Though I still wonder what's the use of "Median Two-Sample" test?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way I said above that I would post here SAS's response and here it is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"Hi Recep,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can find the formulas in the documentation &lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_npar1way_details04.htm&amp;amp;locale=en"&gt;here&lt;/A&gt;, if you would like to review them. &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Most people use the Wilcoxon rank sum test to compare the medians of two groups of data, however you may need to consult with a statistician regarding your particular analysis and input data. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sincerely,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;XXX&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SAS Technical Support &lt;/SPAN&gt;"&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Feb 2021 01:03:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-difference-test/m-p/722288#M34995</guid>
      <dc:creator>Recep</dc:creator>
      <dc:date>2021-02-27T01:03:10Z</dc:date>
    </item>
  </channel>
</rss>

