<?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 run Power analysis to capture sales lift? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-run-Power-analysis-to-capture-sales-lift/m-p/946747#M47313</link>
    <description>&lt;A href="https://support.sas.com/resources/papers/proceedings15/SAS1911-2015.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings15/SAS1911-2015.pdf&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://support.sas.com/kb/48/616.html" target="_blank"&gt;https://support.sas.com/kb/48/616.html&lt;/A&gt;</description>
    <pubDate>Wed, 09 Oct 2024 00:31:06 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2024-10-09T00:31:06Z</dc:date>
    <item>
      <title>How to run Power analysis to capture sales lift?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-run-Power-analysis-to-capture-sales-lift/m-p/946391#M47288</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a weekly product sale in EQ in time series data(total 88 weeks) with mean=15,000 and standard deviation=2,500.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m working on producing a matrix of confidence intervals and “power” analysis to determine what % lift (e.g. 5% or 6%) of sale do I need to observe to be confident the lift is statistically significant between the two test/control market pairs I identified.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The goal is to have a X%(e.g. 95%) power chance of obtaining a Y%(e.g. 90%) confidence interval whose half-width is at most from Z%(5% or 6%) lift of eq sales for next 26 weeks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to complete this matrix below that will look something like this:&lt;/P&gt;&lt;P&gt;I've tried to use the code below but don't know how to set up the parameters in "proc power".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone shed some lights here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much for your help in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="t75wez1_0-1728097723473.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/100978iEB09841F56B1536C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="t75wez1_0-1728097723473.png" alt="t75wez1_0-1728097723473.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ODS Output PlotContent = want;&lt;BR /&gt;proc power;&lt;BR /&gt;onesamplemeans ci=t&lt;BR /&gt;SIDES=2&lt;BR /&gt;alpha = 0.05 ,0.1&lt;BR /&gt;halfwidth = 750 to 1500 by 150&lt;BR /&gt;stddev = 2500 &lt;BR /&gt;probwidth =.&lt;BR /&gt;ntotal = 8;&lt;BR /&gt;plot x=effect min=500 max=3000&lt;BR /&gt;XOPTS=( REF=1500 2000 2200 2500 CROSSREF=YES);&lt;BR /&gt;run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Oct 2024 03:20:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-run-Power-analysis-to-capture-sales-lift/m-p/946391#M47288</guid>
      <dc:creator>t75wez1</dc:creator>
      <dc:date>2024-10-05T03:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to run Power analysis to capture sales lift?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-run-Power-analysis-to-capture-sales-lift/m-p/946398#M47289</link>
      <description>&lt;P&gt;It looks like you are doing&amp;nbsp;&lt;STRONG&gt;Superiority Test&lt;/STRONG&gt;. Check example:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1728111681115.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/100980i996D9FE3DDB011ED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1728111681115.png" alt="Ksharp_0-1728111681115.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_1-1728111969582.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/100981iA9D1089DE1BA0417/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_1-1728111969582.png" alt="Ksharp_1-1728111969582.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Oct 2024 07:06:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-run-Power-analysis-to-capture-sales-lift/m-p/946398#M47289</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-10-05T07:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to run Power analysis to capture sales lift?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-run-Power-analysis-to-capture-sales-lift/m-p/946426#M47290</link>
      <description>&lt;P&gt;Thanks so much for your prompt response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still can't figure out how to set up&amp;nbsp;"&lt;STRONG&gt;groupns"&amp;nbsp;&lt;/STRONG&gt;in the example you mentioned&amp;nbsp;to complete the power analysis in my case.&lt;/P&gt;&lt;P&gt;I have the weekly product sale in EQ in time series data(total 88 weeks) for the test group with mean=15,000, standard deviation=2,500 cv=16.42 and the control group with mean=38,856 and standard deviation=4,700, cv=16.54.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should I use "groupns=(88 88)" in below?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for your insight.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;***********************************************************&lt;/P&gt;&lt;P&gt;proc power;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; twosamplemeans test=ratio&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; meanratio = 0.7 to 1.2 by 0.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nullratio = 1.10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sides&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = L&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alpha&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0.01&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cv&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0.5 0.6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; groupns&amp;nbsp;&amp;nbsp; = (300 180)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; power&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = .;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; plot x=effect step=0.05;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Oct 2024 19:37:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-run-Power-analysis-to-capture-sales-lift/m-p/946426#M47290</guid>
      <dc:creator>t75wez1</dc:creator>
      <dc:date>2024-10-05T19:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to run Power analysis to capture sales lift?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-run-Power-analysis-to-capture-sales-lift/m-p/946439#M47291</link>
      <description>&lt;P&gt;I think you need side=U to do&amp;nbsp;Superiority Test if SALE is bigger is better.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_1-1728183446264.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/100984i5EFA57674545BF7B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_1-1728183446264.png" alt="Ksharp_1-1728183446264.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc power;
ods output output=powdata;
   twosamplemeans  test=diff
      sides     = U      /*Superiority Test(upper one-size) --&amp;gt; Assuming SALE is bigger is better. */
      alpha     = 0.05 to 0.25 by 0.05  /*obtaining a Y%(95% 90% 85% 80% 75%) confidence interval*/
      groupns   = (88 88)  
	  stddev=3500   /* std of 176(=88+88) obs*/
      power     = 0.75 to 0.95 by 0.05
	  meandiff  = .;
run;

 %powtable (
Data = powdata,
Entries = meandiff,
Cols = alpha,
Rows = power
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1728183327203.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/100983i7D347348341EC081/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1728183327203.png" alt="Ksharp_0-1728183327203.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2024 03:33:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-run-Power-analysis-to-capture-sales-lift/m-p/946439#M47291</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-10-06T03:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to run Power analysis to capture sales lift?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-run-Power-analysis-to-capture-sales-lift/m-p/946446#M47292</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Ksharp,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank&amp;nbsp;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892" target="_blank" rel="noopener"&gt;Ksharp&lt;/A&gt; very much for the code with explanation and so much gleeful to have such a supportive environment.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, I have 3 questions below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1)What mathematical formula do you use to calculate the stddev=3500?&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class=""&gt;&lt;CODE&gt; stddev=3500   /* std of 176(=88+88) obs*/&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;2)How to download the %powtable to see the detailed SAS macro code?&lt;/P&gt;&lt;P&gt;3)Is it possible to export power table result from %powtable into Excel file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2024 16:51:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-run-Power-analysis-to-capture-sales-lift/m-p/946446#M47292</guid>
      <dc:creator>t75wez1</dc:creator>
      <dc:date>2024-10-06T16:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to run Power analysis to capture sales lift?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-run-Power-analysis-to-capture-sales-lift/m-p/946465#M47293</link>
      <description>&lt;P&gt;1)According to Documentation ,option stddev= is the standard deviation in common to both groups.&lt;/P&gt;
&lt;P&gt;You could try to use stddev of all the data(assuming these two group are from the same distribution).&lt;/P&gt;
&lt;P&gt;Or could try PROC TTEST 's pooled method.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1728261832908.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/100986iD2924D92EB7CDDB9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1728261832908.png" alt="Ksharp_0-1728261832908.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2)You could use " options mprint ;" to print the code from macro to LOG.&lt;/P&gt;
&lt;P&gt;And&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt; have better way to get these code from build-in macro.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;option mprint;
 %powtable (
Data = powdata,
Entries = meandiff,
Cols = alpha,
Rows = power
)
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;14   Entries = meandiff,
15   Cols = alpha,
16   Rows = power
17   )
MPRINT(POWTABLE):   options nonotes;
MPRINT(POWTABLE):   *---printdoc---*;
MPRINT(POWTABLE):   ods select none;
MPRINT(POWTABLE):   data _weightedData;
MPRINT(POWTABLE):   set powdata;
MPRINT(POWTABLE):   length _whichEntry $256;
MPRINT(POWTABLE):   _whichEntry = " ";
MPRINT(POWTABLE):   run;
MPRINT(POWTABLE):   proc contents data=_weightedData;
MPRINT(POWTABLE):   ods output Variables=_variables;
MPRINT(POWTABLE):   run;
MPRINT(POWTABLE):   data _null_;
MPRINT(POWTABLE):   set _variables;
MPRINT(POWTABLE):   call symput ("_NumVars", _N_);
MPRINT(POWTABLE):   run;
&lt;/PRE&gt;
&lt;P&gt;3) Yes. You could can, Just add ODS EXCEL in it.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
ods excel file='c:\temp\temp.xlsx';
%powtable (
Data = powdata,
Entries = meandiff,
Cols = alpha,
Rows = power
)
ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_1-1728262180515.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/100987iE1164F378CD53542/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_1-1728262180515.png" alt="Ksharp_1-1728262180515.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 00:49:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-run-Power-analysis-to-capture-sales-lift/m-p/946465#M47293</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-10-07T00:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to run Power analysis to capture sales lift?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-run-Power-analysis-to-capture-sales-lift/m-p/946468#M47294</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt; again for your helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To build on my question (1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have the weekly product sale in EQ in time series data(total 88 weeks) for the test group with mean=15,000, standard deviation=2,500 and the control group with mean=38,856 and standard deviation=4,700.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The distribution between test and control group looks similar but not from the same distribution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How to adjust those parameters in power analysis if it violates assumption you mentioned?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="t75wez1_0-1728267158660.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/100988i56BC0067BC92BF84/image-size/medium?v=v2&amp;amp;px=400" role="button" title="t75wez1_0-1728267158660.png" alt="t75wez1_0-1728267158660.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 02:22:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-run-Power-analysis-to-capture-sales-lift/m-p/946468#M47294</guid>
      <dc:creator>t75wez1</dc:creator>
      <dc:date>2024-10-07T02:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to run Power analysis to capture sales lift?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-run-Power-analysis-to-capture-sales-lift/m-p/946469#M47295</link>
      <description>No idea about it. Here stddev= required the same value for both of group.&lt;BR /&gt;Maybe &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13633"&gt;@StatDave&lt;/a&gt; could give you a hand.&lt;BR /&gt;&lt;BR /&gt;Here is some thought:&lt;BR /&gt;1) you can firstly use PROC TTEST or PROC NPAR1WAY to do test the difference between these two groups. And see if it is statistical significant or not.&lt;BR /&gt;&lt;BR /&gt;2)If it is Paried Sample,you need to try to use PARIEDMEANS statement of PROC POWER.&lt;BR /&gt;&lt;BR /&gt;3)using data simulation skill by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; to get what you need.&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2020/08/12/simulation-estimate-power-of-test.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2020/08/12/simulation-estimate-power-of-test.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2020/08/17/power-curve-parallel-sas-viya.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2020/08/17/power-curve-parallel-sas-viya.html&lt;/A&gt;</description>
      <pubDate>Mon, 07 Oct 2024 02:48:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-run-Power-analysis-to-capture-sales-lift/m-p/946469#M47295</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-10-07T02:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to run Power analysis to capture sales lift?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-run-Power-analysis-to-capture-sales-lift/m-p/946686#M47305</link>
      <description>&lt;P&gt;Ksharp,&lt;/P&gt;&lt;P&gt;It appears to work fine. However, I 'd like to learn more about the s&lt;SPAN&gt;uperiority test you mentioned "Figure 3: Hypotheses for Noninferiority, Superiority and Equivalence Tests" from your reply.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Could you share the related documents?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 14:46:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-run-Power-analysis-to-capture-sales-lift/m-p/946686#M47305</guid>
      <dc:creator>t75wez1</dc:creator>
      <dc:date>2024-10-08T14:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to run Power analysis to capture sales lift?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-run-Power-analysis-to-capture-sales-lift/m-p/946747#M47313</link>
      <description>&lt;A href="https://support.sas.com/resources/papers/proceedings15/SAS1911-2015.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings15/SAS1911-2015.pdf&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://support.sas.com/kb/48/616.html" target="_blank"&gt;https://support.sas.com/kb/48/616.html&lt;/A&gt;</description>
      <pubDate>Wed, 09 Oct 2024 00:31:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-run-Power-analysis-to-capture-sales-lift/m-p/946747#M47313</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-10-09T00:31:06Z</dc:date>
    </item>
  </channel>
</rss>

