<?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 proc npar1way wilcoxon rank sum test keeps running and never completes in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-npar1way-wilcoxon-rank-sum-test-keeps-running-and-never/m-p/294988#M15723</link>
    <description>&lt;P&gt;When trying do a wilcoxon rank sum test on a small comma-delimited input text file (96 obs) in PROC NPAR1WAY, the program keeps running (like stuck in an endless loop) and never completes.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Aug 2016 22:08:53 GMT</pubDate>
    <dc:creator>r1231</dc:creator>
    <dc:date>2016-08-29T22:08:53Z</dc:date>
    <item>
      <title>proc npar1way wilcoxon rank sum test keeps running and never completes</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-npar1way-wilcoxon-rank-sum-test-keeps-running-and-never/m-p/294988#M15723</link>
      <description>&lt;P&gt;When trying do a wilcoxon rank sum test on a small comma-delimited input text file (96 obs) in PROC NPAR1WAY, the program keeps running (like stuck in an endless loop) and never completes.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 22:08:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-npar1way-wilcoxon-rank-sum-test-keeps-running-and-never/m-p/294988#M15723</guid>
      <dc:creator>r1231</dc:creator>
      <dc:date>2016-08-29T22:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: proc npar1way wilcoxon rank sum test keeps running and never completes</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-npar1way-wilcoxon-rank-sum-test-keeps-running-and-never/m-p/294990#M15724</link>
      <description>&lt;P&gt;How do you transform your text file into an input dataset for npar1way?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 22:18:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-npar1way-wilcoxon-rank-sum-test-keeps-running-and-never/m-p/294990#M15724</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-08-29T22:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: proc npar1way wilcoxon rank sum test keeps running and never completes</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-npar1way-wilcoxon-rank-sum-test-keeps-running-and-never/m-p/295009#M15725</link>
      <description>&lt;P&gt;not sure what you mean. I just read the comma-delimited text file with an infile statement. That's not a problem.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 00:00:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-npar1way-wilcoxon-rank-sum-test-keeps-running-and-never/m-p/295009#M15725</guid>
      <dc:creator>r1231</dc:creator>
      <dc:date>2016-08-30T00:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: proc npar1way wilcoxon rank sum test keeps running and never completes</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-npar1way-wilcoxon-rank-sum-test-keeps-running-and-never/m-p/295015#M15726</link>
      <description>&lt;P&gt;Without your code or log we can barely guess.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It could be as simple as not including a RUN or semicolon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please post the code you've used.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is a small dataset, the frequencies of the groups you're looking at may be required as well. If you're doing an exact calculation it may take a while, though SAS usually warns you about that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 00:21:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-npar1way-wilcoxon-rank-sum-test-keeps-running-and-never/m-p/295015#M15726</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-30T00:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: proc npar1way wilcoxon rank sum test keeps running and never completes</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-npar1way-wilcoxon-rank-sum-test-keeps-running-and-never/m-p/295023#M15727</link>
      <description>&lt;P&gt;Thanks! I removed the exact statement and the code ran fine.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 01:21:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-npar1way-wilcoxon-rank-sum-test-keeps-running-and-never/m-p/295023#M15727</guid>
      <dc:creator>r1231</dc:creator>
      <dc:date>2016-08-30T01:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: proc npar1way wilcoxon rank sum test keeps running and never completes</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-npar1way-wilcoxon-rank-sum-test-keeps-running-and-never/m-p/295024#M15728</link>
      <description>&lt;P&gt;If you have an EXACT statement, add option MC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EXACT WILCOXON / MC N=100000;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 01:22:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-npar1way-wilcoxon-rank-sum-test-keeps-running-and-never/m-p/295024#M15728</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-08-30T01:22:29Z</dc:date>
    </item>
  </channel>
</rss>

