<?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 Summarize Kruskal Wallis output in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Summarize-Kruskal-Wallis-output/m-p/373987#M19590</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;The Npar1was procedure is used to get the Kruskal Wallis test. The output of this procedure has lots of stats but I just need the median of several variables for two groups (numbers below are the medians in an hypothetical example) and the p-value of Kruskal Wallis test. What options &amp;nbsp;does SAS have for the npar1way procedure to get this?, an example below is what I need:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="431"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="80"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="80"&gt;Group 1&lt;/TD&gt;
&lt;TD width="80"&gt;Group 2&lt;/TD&gt;
&lt;TD width="191"&gt;p-value by Kruskal Wallis test&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Age&lt;/TD&gt;
&lt;TD&gt;15.4&lt;/TD&gt;
&lt;TD&gt;18.2&lt;/TD&gt;
&lt;TD&gt;0.34&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;height&lt;/TD&gt;
&lt;TD&gt;1.67&lt;/TD&gt;
&lt;TD&gt;1.87&lt;/TD&gt;
&lt;TD&gt;0.2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Weight&lt;/TD&gt;
&lt;TD&gt;67.2&lt;/TD&gt;
&lt;TD&gt;62&lt;/TD&gt;
&lt;TD&gt;0.02&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;all your help will be appreciated&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Lalohg.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jul 2017 14:40:57 GMT</pubDate>
    <dc:creator>lalohg</dc:creator>
    <dc:date>2017-07-07T14:40:57Z</dc:date>
    <item>
      <title>Summarize Kruskal Wallis output</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Summarize-Kruskal-Wallis-output/m-p/373987#M19590</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;The Npar1was procedure is used to get the Kruskal Wallis test. The output of this procedure has lots of stats but I just need the median of several variables for two groups (numbers below are the medians in an hypothetical example) and the p-value of Kruskal Wallis test. What options &amp;nbsp;does SAS have for the npar1way procedure to get this?, an example below is what I need:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="431"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="80"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="80"&gt;Group 1&lt;/TD&gt;
&lt;TD width="80"&gt;Group 2&lt;/TD&gt;
&lt;TD width="191"&gt;p-value by Kruskal Wallis test&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Age&lt;/TD&gt;
&lt;TD&gt;15.4&lt;/TD&gt;
&lt;TD&gt;18.2&lt;/TD&gt;
&lt;TD&gt;0.34&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;height&lt;/TD&gt;
&lt;TD&gt;1.67&lt;/TD&gt;
&lt;TD&gt;1.87&lt;/TD&gt;
&lt;TD&gt;0.2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Weight&lt;/TD&gt;
&lt;TD&gt;67.2&lt;/TD&gt;
&lt;TD&gt;62&lt;/TD&gt;
&lt;TD&gt;0.02&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;all your help will be appreciated&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Lalohg.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 14:40:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Summarize-Kruskal-Wallis-output/m-p/373987#M19590</guid>
      <dc:creator>lalohg</dc:creator>
      <dc:date>2017-07-07T14:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize Kruskal Wallis output</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Summarize-Kruskal-Wallis-output/m-p/374056#M19595</link>
      <description>&lt;P&gt;I don't think PROC NPAR1WAY will give you a table like that.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can create it yourself using the ODS Output to compile it together though.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 18:22:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Summarize-Kruskal-Wallis-output/m-p/374056#M19595</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-07T18:22:45Z</dc:date>
    </item>
  </channel>
</rss>

