<?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: Van Elteren test in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Van-Elteren-test/m-p/302790#M16093</link>
    <description>&lt;P&gt;It looks like you have the position of the strata and treatment variables reversed in the FREQ step. &amp;nbsp;See &lt;A href="http://support.sas.com/kb/25/022.html" target="_self"&gt;this example&lt;/A&gt; that shows the analysis using FREQ. &amp;nbsp;You get the same results with these statements:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc npar1way;&lt;BR /&gt;strata blocks;&lt;BR /&gt;class treatmnt;&lt;BR /&gt;var consump;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Oct 2016 20:35:59 GMT</pubDate>
    <dc:creator>StatDave</dc:creator>
    <dc:date>2016-10-05T20:35:59Z</dc:date>
    <item>
      <title>Van Elteren test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Van-Elteren-test/m-p/302546#M16086</link>
      <description>&lt;P&gt;Based on documentation Van elteren test can be computed using PROC FREQ and PROC NPAR1WAY. However, the results are different. Why is this so? Is there a case where the two are equal?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sample code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc npar1way wilcoxon correct=no data=SimR2; &lt;BR /&gt;label "VAN ELTEREN TEST - NPAR1WAY ";&lt;BR /&gt; class trt strata;&lt;BR /&gt; Var counts;&lt;BR /&gt; STRATA stratavar /weight=STRATA;&lt;BR /&gt; ods output WilcoxonStrataTest=VanElterenTest &lt;BR /&gt; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc freq data=SimR2;&lt;BR /&gt;title ' Van Elteren test with PROC FREQ';&lt;BR /&gt;ods select cmh;&lt;BR /&gt;tables trt*stratavar*counts/cmh2 scores=modridit; &amp;nbsp;/* Row Mean Scores Difference is the van elteren statistic*/&lt;BR /&gt;ods output cmh=VanElt;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 09:05:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Van-Elteren-test/m-p/302546#M16086</guid>
      <dc:creator>cisman</dc:creator>
      <dc:date>2016-10-05T09:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Van Elteren test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Van-Elteren-test/m-p/302586#M16088</link>
      <description>&lt;PRE&gt;

It looks like you are doing two different statistic method.
First is Wilcoxon test which compare two level's mean value.

Second is Freedman Test which compare more than two level's mean value .
Your code is not right, you should put COUNT into WEIGHT statement.

&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Oct 2016 11:46:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Van-Elteren-test/m-p/302586#M16088</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-10-05T11:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Van Elteren test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Van-Elteren-test/m-p/302790#M16093</link>
      <description>&lt;P&gt;It looks like you have the position of the strata and treatment variables reversed in the FREQ step. &amp;nbsp;See &lt;A href="http://support.sas.com/kb/25/022.html" target="_self"&gt;this example&lt;/A&gt; that shows the analysis using FREQ. &amp;nbsp;You get the same results with these statements:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc npar1way;&lt;BR /&gt;strata blocks;&lt;BR /&gt;class treatmnt;&lt;BR /&gt;var consump;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 20:35:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Van-Elteren-test/m-p/302790#M16093</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2016-10-05T20:35:59Z</dc:date>
    </item>
  </channel>
</rss>

