<?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 npar1way histogram in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/npar1way-histogram/m-p/248500#M56435</link>
    <description>&lt;P&gt;I have a task to create &amp;nbsp;permutation for rank sum and fit/overlay a normal curve to the resulting histogram. My npar1way code is below. I'm not sure how to create the histogram from the output of the npar1way. I'm using the latest university edition. Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc npar1way data=mydata wilcoxon;
class type;
exact wilcoxon / n=5000;
run;&lt;/PRE&gt;</description>
    <pubDate>Sat, 06 Feb 2016 19:27:50 GMT</pubDate>
    <dc:creator>chopper</dc:creator>
    <dc:date>2016-02-06T19:27:50Z</dc:date>
    <item>
      <title>npar1way histogram</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/npar1way-histogram/m-p/248500#M56435</link>
      <description>&lt;P&gt;I have a task to create &amp;nbsp;permutation for rank sum and fit/overlay a normal curve to the resulting histogram. My npar1way code is below. I'm not sure how to create the histogram from the output of the npar1way. I'm using the latest university edition. Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc npar1way data=mydata wilcoxon;
class type;
exact wilcoxon / n=5000;
run;&lt;/PRE&gt;</description>
      <pubDate>Sat, 06 Feb 2016 19:27:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/npar1way-histogram/m-p/248500#M56435</guid>
      <dc:creator>chopper</dc:creator>
      <dc:date>2016-02-06T19:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: npar1way histogram</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/npar1way-histogram/m-p/248529#M56438</link>
      <description>&lt;P&gt;I don't think you can get the 5000 Monte-Carlo permutation Wilcoxon statistics from npar1way.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2016 04:58:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/npar1way-histogram/m-p/248529#M56438</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-02-07T04:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: npar1way histogram</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/npar1way-histogram/m-p/248657#M56456</link>
      <description>&lt;P&gt;I don't know how comfortable you are with the SAS/IML language, but you this article about&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2015/10/28/simulation-exact-tables.html" target="_self"&gt;"Monte Carlo for Contingency Tables" &lt;/A&gt;contains about 80% of the computations that you will need to run your own Monte Carlo simulation and graph the 5,000 statistics. You just need to implement the Wilcoxon statistic, which you can do by using the RANK function in SAS/IML.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2016 14:03:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/npar1way-histogram/m-p/248657#M56456</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-02-08T14:03:22Z</dc:date>
    </item>
  </channel>
</rss>

