<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Comparing Population Proportions – A/B Testing</title>
	<link>http://coremarkanalytics.com/blog/2007/06/17/comparing-population-proportions-%e2%80%93-ab-testing/</link>
	<description>Web Analytics Blog - Paving the way to understanding web data as it relates to statistics and other methodologies.</description>
	<pubDate>Fri, 30 Jul 2010 08:40:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: Coremark Analytics &#187; Determining your Sample Size</title>
		<link>http://coremarkanalytics.com/blog/2007/06/17/comparing-population-proportions-%e2%80%93-ab-testing/#comment-24</link>
		<author>Coremark Analytics &#187; Determining your Sample Size</author>
		<pubDate>Thu, 05 Jul 2007 22:59:34 +0000</pubDate>
		<guid>http://coremarkanalytics.com/blog/2007/06/17/comparing-population-proportions-%e2%80%93-ab-testing/#comment-24</guid>
					<description>[...] are statistically significant. You can read more about how to do this on my previous post about A/B testing. You can find a downloadable excel file in this post that you can toggle various sample sizes and [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] are statistically significant. You can read more about how to do this on my previous post about A/B testing. You can find a downloadable excel file in this post that you can toggle various sample sizes and [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: thierry</title>
		<link>http://coremarkanalytics.com/blog/2007/06/17/comparing-population-proportions-%e2%80%93-ab-testing/#comment-117</link>
		<author>thierry</author>
		<pubDate>Tue, 31 Jul 2007 14:23:54 +0000</pubDate>
		<guid>http://coremarkanalytics.com/blog/2007/06/17/comparing-population-proportions-%e2%80%93-ab-testing/#comment-117</guid>
					<description>Hi, 

I was going thru your article, really like it. I think many people will find it useful :-)

Just a short question, you use 1 - NORMSDIST(1.2563) and are therefore using 1 tailed test, but in fact it seems that you want to test whether p1 ≠ p2 which would be 2 tailed? i.e. p1 could be higher than p2 but it could also be lower... 

If that's the case you might consider using 2*NORMSDIST(-ABS(1.2563)) instead?

Thank you

Thierry</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I was going thru your article, really like it. I think many people will find it useful <img src='http://coremarkanalytics.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Just a short question, you use 1 - NORMSDIST(1.2563) and are therefore using 1 tailed test, but in fact it seems that you want to test whether p1 ≠ p2 which would be 2 tailed? i.e. p1 could be higher than p2 but it could also be lower&#8230; </p>
<p>If that&#8217;s the case you might consider using 2*NORMSDIST(-ABS(1.2563)) instead?</p>
<p>Thank you</p>
<p>Thierry</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Wendi</title>
		<link>http://coremarkanalytics.com/blog/2007/06/17/comparing-population-proportions-%e2%80%93-ab-testing/#comment-118</link>
		<author>Wendi</author>
		<pubDate>Wed, 01 Aug 2007 03:10:25 +0000</pubDate>
		<guid>http://coremarkanalytics.com/blog/2007/06/17/comparing-population-proportions-%e2%80%93-ab-testing/#comment-118</guid>
					<description>Hi Thierry, You are absolutely correct.  You can achieve the same calculation as you have mentioned above by just simply doubling 1-NORMSDIST() calculation.  Thus 2*[1-NORMSDIST()].  I will make and edit to the above for better clarification.  Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Thierry, You are absolutely correct.  You can achieve the same calculation as you have mentioned above by just simply doubling 1-NORMSDIST() calculation.  Thus 2*[1-NORMSDIST()].  I will make and edit to the above for better clarification.  Thanks.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Sylvester</title>
		<link>http://coremarkanalytics.com/blog/2007/06/17/comparing-population-proportions-%e2%80%93-ab-testing/#comment-866</link>
		<author>Sylvester</author>
		<pubDate>Wed, 31 Oct 2007 15:36:44 +0000</pubDate>
		<guid>http://coremarkanalytics.com/blog/2007/06/17/comparing-population-proportions-%e2%80%93-ab-testing/#comment-866</guid>
					<description>Wendi,

what happens when you've got three tests running: a control and two variations.  I can guess what to do with the denominator in your z1 formula, but not the numerator</description>
		<content:encoded><![CDATA[<p>Wendi,</p>
<p>what happens when you&#8217;ve got three tests running: a control and two variations.  I can guess what to do with the denominator in your z1 formula, but not the numerator</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: tazman</title>
		<link>http://coremarkanalytics.com/blog/2007/06/17/comparing-population-proportions-%e2%80%93-ab-testing/#comment-15340</link>
		<author>tazman</author>
		<pubDate>Mon, 30 Mar 2009 22:07:57 +0000</pubDate>
		<guid>http://coremarkanalytics.com/blog/2007/06/17/comparing-population-proportions-%e2%80%93-ab-testing/#comment-15340</guid>
					<description>Wendi:

Another little 'gotcha' I discovered is that you had to put the higher performing number in the LP1 Conversion cell, otherwise you would always fail to reject!  It took me a bit of playing around to figure that out as I couldn't understand how I wasn't getting significant results (and I had sample sizes in the 750k+ range)!  A quick fix so you don't have to remember to do that is add an if caluse in the p1-p2 calculation like this:

             =IF(C7&#62;D7,C7-D7,D7-C7)

that way you don't have to worry about the order of entry...</description>
		<content:encoded><![CDATA[<p>Wendi:</p>
<p>Another little &#8216;gotcha&#8217; I discovered is that you had to put the higher performing number in the LP1 Conversion cell, otherwise you would always fail to reject!  It took me a bit of playing around to figure that out as I couldn&#8217;t understand how I wasn&#8217;t getting significant results (and I had sample sizes in the 750k+ range)!  A quick fix so you don&#8217;t have to remember to do that is add an if caluse in the p1-p2 calculation like this:</p>
<p>             =IF(C7&gt;D7,C7-D7,D7-C7)</p>
<p>that way you don&#8217;t have to worry about the order of entry&#8230;</p>
]]></content:encoded>
				</item>
</channel>
</rss>
