<?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 How to do a Power proc with three group means in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-do-a-Power-proc-with-three-group-means/m-p/645512#M192994</link>
    <description>&lt;DIV class="sasSource"&gt;obviously this says twosamplemeans so this wouldn't work, what would I change it to in order to be able to use three sample means?&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;proc power;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;twosamplemeans test=diff sides=1&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;groupmeans= 37 | 35 | 28&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;stddev = 4.5&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;groupweights = (1 1 1)&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;ntotal = 24&lt;/DIV&gt;</description>
    <pubDate>Wed, 06 May 2020 04:51:17 GMT</pubDate>
    <dc:creator>plssssshelp</dc:creator>
    <dc:date>2020-05-06T04:51:17Z</dc:date>
    <item>
      <title>How to do a Power proc with three group means</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-do-a-Power-proc-with-three-group-means/m-p/645512#M192994</link>
      <description>&lt;DIV class="sasSource"&gt;obviously this says twosamplemeans so this wouldn't work, what would I change it to in order to be able to use three sample means?&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;proc power;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;twosamplemeans test=diff sides=1&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;groupmeans= 37 | 35 | 28&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;stddev = 4.5&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;groupweights = (1 1 1)&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;ntotal = 24&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 May 2020 04:51:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-do-a-Power-proc-with-three-group-means/m-p/645512#M192994</guid>
      <dc:creator>plssssshelp</dc:creator>
      <dc:date>2020-05-06T04:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to do a Power proc with three group means</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-do-a-Power-proc-with-three-group-means/m-p/645529#M193000</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/327339"&gt;@plssssshelp&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems that you want to conduct a one-way ANOVA power analysis. Is that right?&lt;/P&gt;
&lt;P&gt;In this case you can use the keyword 'onewayanova'.&lt;/P&gt;
&lt;P&gt;NB: you need to specify an&amp;nbsp;&lt;SPAN&gt;option to be designated as the result.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;E.g. if you're looking at power, specify power=.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc power;
	onewayanova
	test=overall
	groupmeans=37 | 35 | 28
	stddev=4.5 
	groupweights=(1 1 1)
	ntotal=24
	power=.
	;
run; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 07:36:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-do-a-Power-proc-with-three-group-means/m-p/645529#M193000</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-05-06T07:36:03Z</dc:date>
    </item>
  </channel>
</rss>

