<?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: Wilcoxon in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Wilcoxon/m-p/29096#M1146</link>
    <description>If your data are coming to you summarized as 25, 50, 75 percentiles, then you cannot do the test that you want.</description>
    <pubDate>Tue, 01 Jun 2010 13:12:07 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2010-06-01T13:12:07Z</dc:date>
    <item>
      <title>Wilcoxon</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Wilcoxon/m-p/29094#M1144</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I have the following data set:&lt;BR /&gt;
Date                 P25           Median      P75&lt;BR /&gt;
2000                  ....             ....            ....&lt;BR /&gt;
2001&lt;BR /&gt;
2002&lt;BR /&gt;
...&lt;BR /&gt;
&lt;BR /&gt;
I need to test the hypothesis that the median is not equal to 1. &lt;BR /&gt;
I used the following code: &lt;BR /&gt;
&lt;BR /&gt;
proc npar1way data = test wilcoxon;&lt;BR /&gt;
class date;&lt;BR /&gt;
var  ... ;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
I receive a table looking like this:&lt;BR /&gt;
date    n     Sum of Squares    Expected under H0    Std under H0     Mean Score&lt;BR /&gt;
2000    .....&lt;BR /&gt;
2001   ....&lt;BR /&gt;
2002   ....&lt;BR /&gt;
&lt;BR /&gt;
At the end, it shows the Kruscal-Wallis test with one p-value. &lt;BR /&gt;
&lt;BR /&gt;
But I need p-values for the test that the median is not equal to 1 for &lt;U&gt;every&lt;/U&gt; year. &lt;BR /&gt;
&lt;BR /&gt;
What do I have to change in the SAS code? Or do I have to use a different code to get the result?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Tina</description>
      <pubDate>Sun, 30 May 2010 06:03:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Wilcoxon/m-p/29094#M1144</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-05-30T06:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Wilcoxon</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Wilcoxon/m-p/29095#M1145</link>
      <description>I think Wilcoxon  test is a alternative way to t test.&lt;BR /&gt;
So need class variable has two levels . &lt;BR /&gt;
however , Your class variable has three levels .</description>
      <pubDate>Sun, 30 May 2010 14:22:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Wilcoxon/m-p/29095#M1145</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2010-05-30T14:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Wilcoxon</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Wilcoxon/m-p/29096#M1146</link>
      <description>If your data are coming to you summarized as 25, 50, 75 percentiles, then you cannot do the test that you want.</description>
      <pubDate>Tue, 01 Jun 2010 13:12:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Wilcoxon/m-p/29096#M1146</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2010-06-01T13:12:07Z</dc:date>
    </item>
  </channel>
</rss>

