<?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 Explanation of proc npar1way output for Wilcoxon Sum Rank Statistic (std dev under Ho etc) in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Explanation-of-proc-npar1way-output-for-Wilcoxon-Sum-Rank/m-p/774884#M37902</link>
    <description>&lt;P&gt;I need to know how the following statistics are calculated: std dev under Ho, Mean Score and t approximation.&lt;/P&gt;
&lt;P&gt;See code below.&amp;nbsp;Does SAS test for size of samples and use approximation when appropriate? I question the output.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data one;
input sample resp;
1 1
1 3
1 2
1 3
1 5
2 4
2 7
2 6
2 8
2 6
;
proc NPAR1WAY data=one wilcoxon;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title "Nonparametric test to compare medians";
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class sample;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var resp;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exact wilcoxon;
&amp;nbsp;&amp;nbsp; run;

&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Oct 2021 13:45:32 GMT</pubDate>
    <dc:creator>MaryA_Marion</dc:creator>
    <dc:date>2021-10-18T13:45:32Z</dc:date>
    <item>
      <title>Explanation of proc npar1way output for Wilcoxon Sum Rank Statistic (std dev under Ho etc)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Explanation-of-proc-npar1way-output-for-Wilcoxon-Sum-Rank/m-p/774884#M37902</link>
      <description>&lt;P&gt;I need to know how the following statistics are calculated: std dev under Ho, Mean Score and t approximation.&lt;/P&gt;
&lt;P&gt;See code below.&amp;nbsp;Does SAS test for size of samples and use approximation when appropriate? I question the output.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data one;
input sample resp;
1 1
1 3
1 2
1 3
1 5
2 4
2 7
2 6
2 8
2 6
;
proc NPAR1WAY data=one wilcoxon;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title "Nonparametric test to compare medians";
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class sample;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var resp;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exact wilcoxon;
&amp;nbsp;&amp;nbsp; run;

&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 13:45:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Explanation-of-proc-npar1way-output-for-Wilcoxon-Sum-Rank/m-p/774884#M37902</guid>
      <dc:creator>MaryA_Marion</dc:creator>
      <dc:date>2021-10-18T13:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Explanation of proc npar1way output for Wilcoxon Sum Rank Statistic (std dev under Ho etc)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Explanation-of-proc-npar1way-output-for-Wilcoxon-Sum-Rank/m-p/774891#M37904</link>
      <description>&lt;P&gt;Since your example has tied values, please &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_013/statug/statug_npar1way_details02.htm" target="_self"&gt;read how PROC NPAR1WAY treats tied values&lt;/A&gt;. That is a common source of error for people who are trying to reproduce the output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The documentation includes&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_013/statug/statug_npar1way_details04.htm" target="_self"&gt;The formulas for the scores and statistics&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_013/statug/statug_npar1way_details28.htm" target="_self"&gt;The modifications for exact tests&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 18 Oct 2021 14:16:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Explanation-of-proc-npar1way-output-for-Wilcoxon-Sum-Rank/m-p/774891#M37904</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-10-18T14:16:31Z</dc:date>
    </item>
  </channel>
</rss>

