<?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: Proc power for wilcoxon signed rank in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-power-for-wilcoxon-signed-rank/m-p/963897#M48331</link>
    <description>&lt;P&gt;The POWER procedure only supports the calculation of sample size for a fraction of statistical methods available in SAS. You may search on the web for formula(e) of accomplishing your goal and compile SAS codes on your own or resort to R or PASS, the latter is a statistical software dedicated to sample size calculation.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Apr 2025 14:52:45 GMT</pubDate>
    <dc:creator>Season</dc:creator>
    <dc:date>2025-04-09T14:52:45Z</dc:date>
    <item>
      <title>Proc power for wilcoxon signed rank</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-power-for-wilcoxon-signed-rank/m-p/963890#M48330</link>
      <description>&lt;P&gt;I have pilot data for paired non-parametric continuous variables, so I want to perform sample size calculation to detect differences using a wilcoxon signed rank test. Proc power has options for pairedmeans and twosamplewilcoxon (independent samples, NOT paired), but I can't find an option for paired non-parametric data. How do I go about doing this?&amp;nbsp; Is there a way to manipulate the pairedmeans or twosamplewilcoxon statements to accomplish sample size calculation for paired non-parametric data?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 14:23:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-power-for-wilcoxon-signed-rank/m-p/963890#M48330</guid>
      <dc:creator>reubendon</dc:creator>
      <dc:date>2025-04-09T14:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Proc power for wilcoxon signed rank</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-power-for-wilcoxon-signed-rank/m-p/963897#M48331</link>
      <description>&lt;P&gt;The POWER procedure only supports the calculation of sample size for a fraction of statistical methods available in SAS. You may search on the web for formula(e) of accomplishing your goal and compile SAS codes on your own or resort to R or PASS, the latter is a statistical software dedicated to sample size calculation.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 14:52:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-power-for-wilcoxon-signed-rank/m-p/963897#M48331</guid>
      <dc:creator>Season</dc:creator>
      <dc:date>2025-04-09T14:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Proc power for wilcoxon signed rank</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-power-for-wilcoxon-signed-rank/m-p/963909#M48332</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/450231"&gt;@reubendon&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In section 14.2 "One-Sample Location Problem" of the book&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Chow, S.C., Shao, J., and Wang, H. (2008): Sample Size Calculations in Clinical Research, 2nd ed.,
   Chapman &amp;amp; Hall/CRC Press/Taylor &amp;amp; Francis Group, New York&lt;/PRE&gt;
&lt;P&gt;the authors derive an approximation formula using quantiles of the standard normal distribution for the sample size for a Wilcoxon signed rank test, given the significance level &lt;FONT face="symbol"&gt;a&lt;/FONT&gt;, the desired power &lt;FONT face="symbol"&gt;b&lt;/FONT&gt; and a series of quantities (probabilities) to be estimated based on data from pilot studies. I think this formula could be implemented in a moderately complicated DATA step reading the pilot study data. They note that their formula is valid only if there are no ties (i.e., paired differences with the same absolute value in the data of the planned study) and it would need to be modified otherwise (in a way not explained in the book).&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 16:21:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-power-for-wilcoxon-signed-rank/m-p/963909#M48332</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2025-04-09T16:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Proc power for wilcoxon signed rank</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-power-for-wilcoxon-signed-rank/m-p/963945#M48334</link>
      <description>An workaround way is subtracting these two variables and using DIFF to do one-way TTest (H0:  mean=0 ). Like:&lt;BR /&gt;&lt;BR /&gt;diff=after-before;&lt;BR /&gt;and using ONESAMPLEMEANS statement performs T test.&lt;BR /&gt;If you need non-parameter method, you could change DIFF into ordinal value and do ttest .&lt;BR /&gt;diff    ordianl&lt;BR /&gt;-1.2      1&lt;BR /&gt;0          2&lt;BR /&gt;2.3       3&lt;BR /&gt;4.1         4</description>
      <pubDate>Thu, 10 Apr 2025 02:01:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-power-for-wilcoxon-signed-rank/m-p/963945#M48334</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2025-04-10T02:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Proc power for wilcoxon signed rank</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-power-for-wilcoxon-signed-rank/m-p/964114#M48344</link>
      <description>&lt;P&gt;I beg to disagree on substituting t-test for Wilcoxon sum-of-rank test unless the differences follow a normal distribution. I guess that assumption is highly unlikely to be tenable for &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/450231"&gt;@reubendon&lt;/a&gt;'s data because if that is the case,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/450231"&gt;@reubendon&lt;/a&gt;&amp;nbsp;does not need to resort to&amp;nbsp;Wilcoxon sum-of-rank test and therefore raise the question here.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 14:46:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-power-for-wilcoxon-signed-rank/m-p/964114#M48344</guid>
      <dc:creator>Season</dc:creator>
      <dc:date>2025-04-11T14:46:50Z</dc:date>
    </item>
  </channel>
</rss>

