<?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: Find sample size for specified precision of confidence interval for single proportio in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-POWER-Find-sample-size-for-specified-precision-of/m-p/767108#M37495</link>
    <description>&lt;P&gt;Specify a wide range of sample sizes (ntotal=) and then whittle it down to find the desired sample size.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc power;
   onesamplefreq ci
      halfwidth = 0.018
      proportion = 0.025
      ntotal = 110 to 120
      probwidth = .;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 10 Sep 2021 19:35:36 GMT</pubDate>
    <dc:creator>StatDave</dc:creator>
    <dc:date>2021-09-10T19:35:36Z</dc:date>
    <item>
      <title>PROC POWER: Find sample size for specified precision of confidence interval for single proportion?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-POWER-Find-sample-size-for-specified-precision-of/m-p/767100#M37494</link>
      <description>&lt;P&gt;I'd like to use Proc Power to estimate a required sample size as follows:&lt;BR /&gt;Outcome is binary (Bernoulli trial).&lt;BR /&gt;Expected population success rate is 0.025.&lt;BR /&gt;What sample size will produce a 95% confidence interval for success rate with a width of 0.036 (half width = 0.018)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question&lt;/STRONG&gt;: Can this be done with Proc Power and if so how?&amp;nbsp;The CI method (exact, Wald, etc.) isn't important at this point.&lt;/P&gt;&lt;P&gt;Thanks for help!&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt;John Uebersax&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 19:04:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-POWER-Find-sample-size-for-specified-precision-of/m-p/767100#M37494</guid>
      <dc:creator>jsuebersax</dc:creator>
      <dc:date>2021-09-10T19:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: PROC POWER: Find sample size for specified precision of confidence interval for single proportio</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-POWER-Find-sample-size-for-specified-precision-of/m-p/767108#M37495</link>
      <description>&lt;P&gt;Specify a wide range of sample sizes (ntotal=) and then whittle it down to find the desired sample size.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc power;
   onesamplefreq ci
      halfwidth = 0.018
      proportion = 0.025
      ntotal = 110 to 120
      probwidth = .;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 10 Sep 2021 19:35:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-POWER-Find-sample-size-for-specified-precision-of/m-p/767108#M37495</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2021-09-10T19:35:36Z</dc:date>
    </item>
  </channel>
</rss>

