<?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: How to use SAS to compute rank test for frequency table data? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-use-SAS-to-compute-rank-test-for-frequency-table-data/m-p/18923#M3780</link>
    <description>&amp;gt;rank test for frequency&lt;BR /&gt;
&lt;BR /&gt;
Do you mean Wilcoxon-rank-sum test?&lt;BR /&gt;
then should use proc n1parm ?&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
    <pubDate>Wed, 02 Mar 2011 05:40:47 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2011-03-02T05:40:47Z</dc:date>
    <item>
      <title>How to use SAS to compute rank test for frequency table data?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-use-SAS-to-compute-rank-test-for-frequency-table-data/m-p/18921#M3778</link>
      <description>Dear all,&lt;BR /&gt;
&lt;BR /&gt;
I have met a big problem. I want to use SAS to compute rank test for frequency table data. But I don't konw how to write the code. Would you mind giving me a hand? Thanks a lot.&lt;BR /&gt;
&lt;BR /&gt;
here is the data.&lt;BR /&gt;
&lt;BR /&gt;
data tmpp1;&lt;BR /&gt;
do gg=1 to 2;&lt;BR /&gt;
do level=1 to 4;&lt;BR /&gt;
input f@@;&lt;BR /&gt;
output;&lt;BR /&gt;
end;end;&lt;BR /&gt;
cards;&lt;BR /&gt;
2 20 20 8 0 18 32 0&lt;BR /&gt;
;run;</description>
      <pubDate>Tue, 01 Mar 2011 11:24:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-use-SAS-to-compute-rank-test-for-frequency-table-data/m-p/18921#M3778</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-03-01T11:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SAS to compute rank test for frequency table data?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-use-SAS-to-compute-rank-test-for-frequency-table-data/m-p/18922#M3779</link>
      <description>You are almost there.  Look at the WEIGHT statement in PROC FREQ.  In particular, the section on "imputting frequency counts" for your situation.  The same approach can be used with PROC RANK.&lt;BR /&gt;
&lt;BR /&gt;
With that many ties, the rank tests don't have as much power as they do for continuous data.</description>
      <pubDate>Tue, 01 Mar 2011 14:35:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-use-SAS-to-compute-rank-test-for-frequency-table-data/m-p/18922#M3779</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-03-01T14:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SAS to compute rank test for frequency table data?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-use-SAS-to-compute-rank-test-for-frequency-table-data/m-p/18923#M3780</link>
      <description>&amp;gt;rank test for frequency&lt;BR /&gt;
&lt;BR /&gt;
Do you mean Wilcoxon-rank-sum test?&lt;BR /&gt;
then should use proc n1parm ?&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
      <pubDate>Wed, 02 Mar 2011 05:40:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-use-SAS-to-compute-rank-test-for-frequency-table-data/m-p/18923#M3780</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-03-02T05:40:47Z</dc:date>
    </item>
  </channel>
</rss>

