<?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 Question about setting up Kendalls Tau and Wilcoxon in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Question-about-setting-up-Kendalls-Tau-and-Wilcoxon/m-p/25416#M5765</link>
    <description>Hi, I am totally new to this and should know the answer, but here:&lt;BR /&gt;
I need a p-vale for my Kendalls Tau test, and I think I use Wilcoxon code to get the output, but am not sure what to put in the class, var, and freq parts of the code (see the bottom). Help or ideas? &lt;BR /&gt;
&lt;BR /&gt;
data hmwk53tau ;&lt;BR /&gt;
 input age strength @@ ;&lt;BR /&gt;
 cards ;&lt;BR /&gt;
 3 2500  7 3200  15 4300  24 5300  85 5900  180 6700  360 6900   &lt;BR /&gt;
  ;&lt;BR /&gt;
 proc print ; run ;&lt;BR /&gt;
&lt;BR /&gt;
 * Two ways to calculate Kendall's tau-b in SAS ;&lt;BR /&gt;
  proc freq data = hmwk53tau ;&lt;BR /&gt;
  tables age*strength / measures  ;&lt;BR /&gt;
  run ;&lt;BR /&gt;
&lt;BR /&gt;
 proc corr data = hmwk53tau kendall ;&lt;BR /&gt;
  var age strength ;&lt;BR /&gt;
  run ;&lt;BR /&gt;
&lt;BR /&gt;
* Since the response is ordered, we can alternatively use Wilcoxon's test ;&lt;BR /&gt;
 proc npar1way data = hmwk53tau wilcoxon  ;&lt;BR /&gt;
&lt;B&gt; class age ;&lt;BR /&gt;
 var strength ;&lt;BR /&gt;
freq count ;&lt;/B&gt;&lt;BR /&gt;
exact wilcoxon / n = 5000 ;&lt;BR /&gt;
 run ;</description>
    <pubDate>Fri, 29 Oct 2010 17:49:16 GMT</pubDate>
    <dc:creator>New2SAS2</dc:creator>
    <dc:date>2010-10-29T17:49:16Z</dc:date>
    <item>
      <title>Question about setting up Kendalls Tau and Wilcoxon</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Question-about-setting-up-Kendalls-Tau-and-Wilcoxon/m-p/25416#M5765</link>
      <description>Hi, I am totally new to this and should know the answer, but here:&lt;BR /&gt;
I need a p-vale for my Kendalls Tau test, and I think I use Wilcoxon code to get the output, but am not sure what to put in the class, var, and freq parts of the code (see the bottom). Help or ideas? &lt;BR /&gt;
&lt;BR /&gt;
data hmwk53tau ;&lt;BR /&gt;
 input age strength @@ ;&lt;BR /&gt;
 cards ;&lt;BR /&gt;
 3 2500  7 3200  15 4300  24 5300  85 5900  180 6700  360 6900   &lt;BR /&gt;
  ;&lt;BR /&gt;
 proc print ; run ;&lt;BR /&gt;
&lt;BR /&gt;
 * Two ways to calculate Kendall's tau-b in SAS ;&lt;BR /&gt;
  proc freq data = hmwk53tau ;&lt;BR /&gt;
  tables age*strength / measures  ;&lt;BR /&gt;
  run ;&lt;BR /&gt;
&lt;BR /&gt;
 proc corr data = hmwk53tau kendall ;&lt;BR /&gt;
  var age strength ;&lt;BR /&gt;
  run ;&lt;BR /&gt;
&lt;BR /&gt;
* Since the response is ordered, we can alternatively use Wilcoxon's test ;&lt;BR /&gt;
 proc npar1way data = hmwk53tau wilcoxon  ;&lt;BR /&gt;
&lt;B&gt; class age ;&lt;BR /&gt;
 var strength ;&lt;BR /&gt;
freq count ;&lt;/B&gt;&lt;BR /&gt;
exact wilcoxon / n = 5000 ;&lt;BR /&gt;
 run ;</description>
      <pubDate>Fri, 29 Oct 2010 17:49:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Question-about-setting-up-Kendalls-Tau-and-Wilcoxon/m-p/25416#M5765</guid>
      <dc:creator>New2SAS2</dc:creator>
      <dc:date>2010-10-29T17:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Question about setting up Kendalls Tau and Wilcoxon</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Question-about-setting-up-Kendalls-Tau-and-Wilcoxon/m-p/25417#M5766</link>
      <description>If you do not get an answer, you may want to post this in the statistics forum.</description>
      <pubDate>Sun, 31 Oct 2010 01:43:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Question-about-setting-up-Kendalls-Tau-and-Wilcoxon/m-p/25417#M5766</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2010-10-31T01:43:21Z</dc:date>
    </item>
  </channel>
</rss>

