<?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: mann whitney for two sample test in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/mann-whitney-for-two-sample-test/m-p/513657#M26236</link>
    <description>&lt;P&gt;Are you sure you need "exact" tests?&lt;/P&gt;
&lt;P&gt;You might consider adding the option MAXTIME= such as&lt;/P&gt;
&lt;PRE&gt;proc NPAR1WAY data=IVPO_final wilcoxon;
	title "Nonparametric test to compare Age";
	class convert_total;
	var Age_on_Admission;
	exact Wilcoxon /maxtime=60;
   run;&lt;/PRE&gt;
&lt;P&gt;which will limit the exact test calculations to about 60 seconds and terminate if it takes much longer than that. So set a time limit you are comfortable with and take a coffee break or such.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Nov 2018 21:39:59 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-11-15T21:39:59Z</dc:date>
    <item>
      <title>mann whitney for two sample test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/mann-whitney-for-two-sample-test/m-p/513537#M26235</link>
      <description>&lt;P&gt;I was going to run a two sample ttest for a project i am working on that has 111 in one group and 121 in the other. However after exploring the data one of the groups appears to have a non-normal distribution. I wanted to run a man whitney non parametric test and discovered this code for SAS.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc NPAR1WAY data=IVPO_final wilcoxon;
	title "Nonparametric test to compare Age";
	class convert_total;
	var Age_on_Admission;
	exact wilcoxon;
   run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However, when i run it i get the warning that it will take a lot of time and memory. I have yet to see the results of the analysis. Is there a better way to run this type of analysis or a different code to use. etc.?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 19:37:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/mann-whitney-for-two-sample-test/m-p/513537#M26235</guid>
      <dc:creator>karora1</dc:creator>
      <dc:date>2018-11-15T19:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: mann whitney for two sample test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/mann-whitney-for-two-sample-test/m-p/513657#M26236</link>
      <description>&lt;P&gt;Are you sure you need "exact" tests?&lt;/P&gt;
&lt;P&gt;You might consider adding the option MAXTIME= such as&lt;/P&gt;
&lt;PRE&gt;proc NPAR1WAY data=IVPO_final wilcoxon;
	title "Nonparametric test to compare Age";
	class convert_total;
	var Age_on_Admission;
	exact Wilcoxon /maxtime=60;
   run;&lt;/PRE&gt;
&lt;P&gt;which will limit the exact test calculations to about 60 seconds and terminate if it takes much longer than that. So set a time limit you are comfortable with and take a coffee break or such.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 21:39:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/mann-whitney-for-two-sample-test/m-p/513657#M26236</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-11-15T21:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: mann whitney for two sample test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/mann-whitney-for-two-sample-test/m-p/513671#M26237</link>
      <description>&lt;P&gt;Go for Monte-Carlo estimation with&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="token number"&gt;ex&lt;/SPAN&gt;act wilcoxon / MC&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 21:52:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/mann-whitney-for-two-sample-test/m-p/513671#M26237</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-11-15T21:52:46Z</dc:date>
    </item>
  </channel>
</rss>

