<?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 Calculating Control and Test Samples Using One Proportion in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-Control-and-Test-Samples-Using-One-Proportion/m-p/179715#M9326</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI all. I am trying to figure out how to write code which will calculate control and sample sizes based off one group of&amp;nbsp; direct market response rates.&amp;nbsp; So, I have a list which looks like this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Response Rate &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="85"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20" width="85"&gt;0.647%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;2.735%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1.778%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.252%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1.577%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.061%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.354%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.374%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.250%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl68" height="20"&gt;0.192%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="18"&gt;0.364%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.801%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.674%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1.461%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.315%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.468%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1.737%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.207%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.162%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.378%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;2.439%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.400%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;2.305%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.929%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.497%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1.806%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to do this using two group proportions: &lt;/P&gt;&lt;P&gt;proc power;&lt;/P&gt;&lt;P&gt;&amp;nbsp; TwoSampleFreq &lt;/P&gt;&lt;P&gt;&amp;nbsp; Test=Fisher &lt;/P&gt;&lt;P&gt;&amp;nbsp; Dist= Exact_Cond &lt;/P&gt;&lt;P&gt;&amp;nbsp; Method=Walters&lt;/P&gt;&lt;P&gt;&amp;nbsp; Alpha = 0.05&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sides = 2&lt;/P&gt;&lt;P&gt;&amp;nbsp; GroupProportions = p1&amp;nbsp; p2&lt;/P&gt;&lt;P&gt;&amp;nbsp; Power = 0.8&lt;/P&gt;&lt;P&gt;&amp;nbsp; NTotal = .&lt;/P&gt;&lt;P&gt;&amp;nbsp; ;run; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But How would I modify this program so as one to use just one group in order to generate control and test samples. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any assistance is greatly appreciated! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Feb 2014 18:55:32 GMT</pubDate>
    <dc:creator>Mgarret</dc:creator>
    <dc:date>2014-02-19T18:55:32Z</dc:date>
    <item>
      <title>Calculating Control and Test Samples Using One Proportion</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-Control-and-Test-Samples-Using-One-Proportion/m-p/179715#M9326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI all. I am trying to figure out how to write code which will calculate control and sample sizes based off one group of&amp;nbsp; direct market response rates.&amp;nbsp; So, I have a list which looks like this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Response Rate &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="85"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20" width="85"&gt;0.647%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;2.735%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1.778%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.252%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1.577%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.061%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.354%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.374%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.250%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl68" height="20"&gt;0.192%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="18"&gt;0.364%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.801%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.674%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1.461%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.315%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.468%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1.737%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.207%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.162%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.378%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;2.439%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.400%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;2.305%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.929%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;0.497%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1.806%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to do this using two group proportions: &lt;/P&gt;&lt;P&gt;proc power;&lt;/P&gt;&lt;P&gt;&amp;nbsp; TwoSampleFreq &lt;/P&gt;&lt;P&gt;&amp;nbsp; Test=Fisher &lt;/P&gt;&lt;P&gt;&amp;nbsp; Dist= Exact_Cond &lt;/P&gt;&lt;P&gt;&amp;nbsp; Method=Walters&lt;/P&gt;&lt;P&gt;&amp;nbsp; Alpha = 0.05&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sides = 2&lt;/P&gt;&lt;P&gt;&amp;nbsp; GroupProportions = p1&amp;nbsp; p2&lt;/P&gt;&lt;P&gt;&amp;nbsp; Power = 0.8&lt;/P&gt;&lt;P&gt;&amp;nbsp; NTotal = .&lt;/P&gt;&lt;P&gt;&amp;nbsp; ;run; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But How would I modify this program so as one to use just one group in order to generate control and test samples. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any assistance is greatly appreciated! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 18:55:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculating-Control-and-Test-Samples-Using-One-Proportion/m-p/179715#M9326</guid>
      <dc:creator>Mgarret</dc:creator>
      <dc:date>2014-02-19T18:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Control and Test Samples Using One Proportion</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-Control-and-Test-Samples-Using-One-Proportion/m-p/179716#M9327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need to generate two groups' sample size (control and test), then you need to use the two group proportions method, with some minor changes.&amp;nbsp; First, assume that your control group has a specified proportion, and that your test group may have certain other values.&amp;nbsp; Second, replace NTotal = . with Npergroup = .;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should give what you need unless I am severely misunderstanding something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 18:04:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculating-Control-and-Test-Samples-Using-One-Proportion/m-p/179716#M9327</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-02-20T18:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Control and Test Samples Using One Proportion</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-Control-and-Test-Samples-Using-One-Proportion/m-p/179717#M9328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi Steve--&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thank you so much for getting back to me.&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;What I am trying to do is calculate sample sizes for A/B testing.&amp;nbsp;&amp;nbsp; So if I have a creative test response rate&amp;nbsp; from a previous experiment&amp;nbsp; of .00023&amp;nbsp; what is the test and control sample size of a new A/B test ?&amp;nbsp;&amp;nbsp;&amp;nbsp; Or if I have two groups one with an average &lt;SPAN style="font-family: Calibri, sans-serif; font-size: 15px;"&gt;response &lt;/SPAN&gt; rate of .00291 and one 00208 &lt;SPAN style="font-family: Calibri, sans-serif; font-size: 15px;"&gt;what is the test and control sample size of a new A/B test&lt;/SPAN&gt;?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Any additional feedback is greatly appreciated! &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is this the correct syntax for two groups? &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc power;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; TwoSampleFreq &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Test=Fisher &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Dist= Exact_Cond &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Method=Walters&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Alpha = 0.05&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Sides = 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; GroupProportions = ( .00291 .00208 )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Power = 0.8&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Npergroup&amp;nbsp; = .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ;run; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 19:23:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculating-Control-and-Test-Samples-Using-One-Proportion/m-p/179717#M9328</guid>
      <dc:creator>Mgarret</dc:creator>
      <dc:date>2014-02-20T19:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Control and Test Samples Using One Proportion</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-Control-and-Test-Samples-Using-One-Proportion/m-p/179718#M9329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The syntax is fine.&amp;nbsp; When I run, I get 58718 per group, which looks about right given that you want to detect a difference of 0.00083.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as detecting a difference from 0.00023 (first scenario), the question is "how big of a difference do you want to detect?"&amp;nbsp; When you know that, then it is just a matter of plugging in that value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 12:46:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculating-Control-and-Test-Samples-Using-One-Proportion/m-p/179718#M9329</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-02-21T12:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Control and Test Samples Using One Proportion</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-Control-and-Test-Samples-Using-One-Proportion/m-p/179719#M9330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say I want a lift of 15% from the previous response rate of &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt; 0.00023 &lt;/SPAN&gt;? I can't figure out how to write the syntax for that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any feedback is appreciated.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 22:54:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculating-Control-and-Test-Samples-Using-One-Proportion/m-p/179719#M9330</guid>
      <dc:creator>Mgarret</dc:creator>
      <dc:date>2014-03-04T22:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Control and Test Samples Using One Proportion</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-Control-and-Test-Samples-Using-One-Proportion/m-p/179720#M9331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Different terminology for different fields, but if you mean to compare 0.00023 to 1.15 * 0.00023 (which is how I would interpret a 15% lift), then it is just a matter of putting in those two values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc power;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; TwoSampleFreq &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Test=Fisher &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Dist= Exact_Cond &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Method=Walters&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Alpha = 0.05&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Sides = 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; GroupProportions = ( .00023 &lt;/STRONG&gt;&lt;STRONG&gt; .002645 )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Power = 0.8&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Npergroup&amp;nbsp; = .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ;run; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gives an N per group of 3990.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 13:51:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculating-Control-and-Test-Samples-Using-One-Proportion/m-p/179720#M9331</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-03-05T13:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Control and Test Samples Using One Proportion</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-Control-and-Test-Samples-Using-One-Proportion/m-p/179721#M9332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great that make sense. Last just question: why are you using&amp;nbsp; a 2 sided model as opposed to 1 sided?? Thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 14:44:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculating-Control-and-Test-Samples-Using-One-Proportion/m-p/179721#M9332</guid>
      <dc:creator>Mgarret</dc:creator>
      <dc:date>2014-03-05T14:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Control and Test Samples Using One Proportion</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-Control-and-Test-Samples-Using-One-Proportion/m-p/179722#M9333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My mistake.&amp;nbsp; Change to Sides = 1 in the above code, and get 3330 per group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 14:54:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculating-Control-and-Test-Samples-Using-One-Proportion/m-p/179722#M9333</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-03-05T14:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Control and Test Samples Using One Proportion</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-Control-and-Test-Samples-Using-One-Proportion/m-p/179723#M9334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great -&amp;nbsp; But real quick why do you feel the one sided approach is the way to go?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 14:58:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculating-Control-and-Test-Samples-Using-One-Proportion/m-p/179723#M9334</guid>
      <dc:creator>Mgarret</dc:creator>
      <dc:date>2014-03-05T14:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Control and Test Samples Using One Proportion</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-Control-and-Test-Samples-Using-One-Proportion/m-p/179724#M9335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that you are only interested in a positive response--a decrement of 15% either isn't possible or isn't important to what you are doing.&amp;nbsp; If it were, I figure you would have said something along the lines of a "change of 15%" rather than a lift of 15%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 15:10:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculating-Control-and-Test-Samples-Using-One-Proportion/m-p/179724#M9335</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-03-05T15:10:59Z</dc:date>
    </item>
  </channel>
</rss>

