<?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: Statistics in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Statistics/m-p/354073#M18541</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/141162"&gt;@kirchi&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;For testing the pulse rate of one month old child is to be 120 per minute, a researcher&lt;BR /&gt;measures (per minute) the pulse rate of 10 one month old children as&lt;BR /&gt;120,118,125,122,117,120,121, 126,125,115 and applies sign test and Wilcoxon signedrank&lt;BR /&gt;test, then power of the Wilcoxon signed-rank test is more than the sign test. True or False!?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;PROC NPAR1WAY for non parametric tests.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Apr 2017 12:06:12 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-04-27T12:06:12Z</dc:date>
    <item>
      <title>Statistics</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Statistics/m-p/353985#M18533</link>
      <description>&lt;P&gt;For testing the pulse rate of one month old child is to be 120 per minute, a researcher&lt;BR /&gt;measures (per minute) the pulse rate of 10 one month old children as&lt;BR /&gt;120,118,125,122,117,120,121, 126,125,115 and applies sign test and Wilcoxon signedrank&lt;BR /&gt;test, then power of the Wilcoxon signed-rank test is more than the sign test. True or False!?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 05:49:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Statistics/m-p/353985#M18533</guid>
      <dc:creator>kirchi</dc:creator>
      <dc:date>2017-04-27T05:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Statistics</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Statistics/m-p/353988#M18536</link>
      <description>&lt;P&gt;Run Proc Univariate as this to get your answer&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data pulse_rate;
input pulse @@;
infile datalines dlm = ',';
datalines;
120,118,125,122,117,120,121,126,125,115
;

proc univariate data = pulse_rate;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 27 Apr 2017 06:03:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Statistics/m-p/353988#M18536</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-04-27T06:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Statistics</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Statistics/m-p/354073#M18541</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/141162"&gt;@kirchi&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;For testing the pulse rate of one month old child is to be 120 per minute, a researcher&lt;BR /&gt;measures (per minute) the pulse rate of 10 one month old children as&lt;BR /&gt;120,118,125,122,117,120,121, 126,125,115 and applies sign test and Wilcoxon signedrank&lt;BR /&gt;test, then power of the Wilcoxon signed-rank test is more than the sign test. True or False!?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;PROC NPAR1WAY for non parametric tests.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 12:06:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Statistics/m-p/354073#M18541</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-27T12:06:12Z</dc:date>
    </item>
  </channel>
</rss>

