<?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: How to use proc power without mean or power? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-proc-power-without-mean-or-power/m-p/792927#M38863</link>
    <description>You are correct. I cannot have more than one missing value. Based on how you answered my question yesterday, I believe a twosamplemeans test might not be the correct route to solving this particular problem</description>
    <pubDate>Thu, 27 Jan 2022 17:09:40 GMT</pubDate>
    <dc:creator>saza</dc:creator>
    <dc:date>2022-01-27T17:09:40Z</dc:date>
    <item>
      <title>How to use proc power without mean or power?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-proc-power-without-mean-or-power/m-p/792909#M38858</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I was given a scenario that does not state a power value nor a mean or population size. How can I use proc power to solve for this scenario and problem set?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A researcher would like to examine whether there is a relationship between recent influenza vaccination (this season: yes/no) and a history of having the flu in the past 3 years (yes/no). She would like to detect a minimum difference in proportions of .10, and she expects a proportion of 0.35 in the reference group. She wants to limit falsely rejecting the null to 1%, and falsely rejecting the alternative hypothesis to 90%. What is the minimum sample size per group, given these criteria?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) To detect a minimum difference of 0.10 (i.e., between 0.35 and 0.45) the minimum sample size per group is _____&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 16:15:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-proc-power-without-mean-or-power/m-p/792909#M38858</guid>
      <dc:creator>saza</dc:creator>
      <dc:date>2022-01-27T16:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use proc power without mean or power?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-proc-power-without-mean-or-power/m-p/792912#M38859</link>
      <description>&lt;P&gt;I pointed you to an example in your previous thread.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/Was-told-to-figure-out-a-SAS-question-without-a-dataset-using/m-p/792695#M38846" target="_blank"&gt;https://communities.sas.com/t5/Statistical-Procedures/Was-told-to-figure-out-a-SAS-question-without-a-dataset-using/m-p/792695#M38846&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then others also gave examples. And now you repeat the question.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 16:26:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-proc-power-without-mean-or-power/m-p/792912#M38859</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-01-27T16:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to use proc power without mean or power?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-proc-power-without-mean-or-power/m-p/792916#M38861</link>
      <description>I was not able to open the link you posted however am looking over it now. I have tried a variation of codes and the one I think should have worked, states "multiple answers"&lt;BR /&gt;&lt;BR /&gt;PROC POWER;&lt;BR /&gt;ONESAMPLEMEANS&lt;BR /&gt;ALPHA =.05&lt;BR /&gt;SIDES =2&lt;BR /&gt;TEST =T&lt;BR /&gt;NULLMEAN=.35 to .45&lt;BR /&gt;STDDEV =.&lt;BR /&gt;MEAN =.10&lt;BR /&gt;NTOTAL =.&lt;BR /&gt;POWER =.;&lt;BR /&gt;run;</description>
      <pubDate>Thu, 27 Jan 2022 16:34:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-proc-power-without-mean-or-power/m-p/792916#M38861</guid>
      <dc:creator>saza</dc:creator>
      <dc:date>2022-01-27T16:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to use proc power without mean or power?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-proc-power-without-mean-or-power/m-p/792917#M38862</link>
      <description>&lt;P&gt;If the question is about sample size then you must provide a power. Proc Power will only estimate 1 missing property.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you do not know a power then you can request analysis at multiple likely values for power and either pick one or show the range: Power = .7 .8 .9 for example. You will get 3 scenarios. Similar for estimated "means" involved. Literature&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 16:39:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-proc-power-without-mean-or-power/m-p/792917#M38862</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-01-27T16:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to use proc power without mean or power?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-proc-power-without-mean-or-power/m-p/792927#M38863</link>
      <description>You are correct. I cannot have more than one missing value. Based on how you answered my question yesterday, I believe a twosamplemeans test might not be the correct route to solving this particular problem</description>
      <pubDate>Thu, 27 Jan 2022 17:09:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-proc-power-without-mean-or-power/m-p/792927#M38863</guid>
      <dc:creator>saza</dc:creator>
      <dc:date>2022-01-27T17:09:40Z</dc:date>
    </item>
  </channel>
</rss>

