<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>A/B Testing on Harlan D. Harris</title><link>https://harlanh.tech/tags/a/b-testing/</link><description>Recent content in A/B Testing on Harlan D. Harris</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>harlan@harris.name (Harlan Harris)</managingEditor><webMaster>harlan@harris.name (Harlan Harris)</webMaster><lastBuildDate>Thu, 12 Oct 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://harlanh.tech/tags/a/b-testing/index.xml" rel="self" type="application/rss+xml"/><item><title>A Collaborative Template for A/B Tests</title><link>https://harlanh.tech/2023/10/a-collaborative-template-for-a-b-tests/</link><pubDate>Thu, 12 Oct 2023 00:00:00 +0000</pubDate><author>harlan@harris.name (Harlan Harris)</author><guid>https://harlanh.tech/2023/10/a-collaborative-template-for-a-b-tests/</guid><description>
&lt;p&gt;As I've &lt;a href="https://harlanh.tech/2022/08/communicating-a-b-test-results-for-conversion-rates-with-ratios-and-uncertainty-intervals/"&gt;written about before&lt;/a&gt;, as a data scientist supporting a product or marketing team with A/B testing, the job is &lt;em&gt;communication&lt;/em&gt; -- helping to translate between business requirements and what we can learn from statistics. I (&lt;a href="https://www.google.com/search?q=a%2Fb+testing+document+template"&gt;and many, many others&lt;/a&gt;) have found that there is a lot of value in having a document, shared among the team that is running the test. Some A/B testing tools include some limited workflow for collaboration on testing (e.g., &lt;a href="https://amplitude.com/amplitude-experiment"&gt;Amplitude Experiments&lt;/a&gt; has pre-test, monitoring, and results tabs with useful graphs and summary statistics), but I think the most important thing is to have a tool that helps the team &lt;em&gt;get aligned&lt;/em&gt; by forcing them to &lt;em&gt;write things down&lt;/em&gt;.&lt;/p&gt;</description></item><item><title>The Five Types of A/B Test Decisions</title><link>https://harlanh.tech/2023/07/the-five-types-of-a-b-test-decisions/</link><pubDate>Fri, 07 Jul 2023 00:00:00 +0000</pubDate><author>harlan@harris.name (Harlan Harris)</author><guid>https://harlanh.tech/2023/07/the-five-types-of-a-b-test-decisions/</guid><description>
&lt;p&gt;Recently I wrote
&lt;a href="https://harlanh.tech/2023/05/p-values-are-useful-for-a-b-tests-sometimes/"&gt;a blog post&lt;/a&gt;
that mentioned “Superiority” as a type of A/B test decision.
In this post I want to talk about all five types of A/B test decision that I
think are relevant. This is an adaptation and extension of a
&lt;a href="https://drive.google.com/file/d/1ek72z8iUygs-3O8-Q2ktrKlgoQ-HbRMr/view?usp=sharing"&gt;talk I gave last year&lt;/a&gt;
at the &lt;a href="https://www.quantuxcon.com/home"&gt;Quant UX conference&lt;/a&gt;
(it’s a great event, you should
check it out.) Note that I go into a little more statistical detail here,
although most of the below is readable by non-data scientists.&lt;/p&gt;</description></item><item><title>p Values Are Useful for A/B Tests, Sometimes</title><link>https://harlanh.tech/2023/05/p-values-are-useful-for-a-b-tests-sometimes/</link><pubDate>Tue, 02 May 2023 00:00:00 +0000</pubDate><author>harlan@harris.name (Harlan Harris)</author><guid>https://harlanh.tech/2023/05/p-values-are-useful-for-a-b-tests-sometimes/</guid><description>
&lt;p&gt;The &amp;quot;best practice&amp;quot;, when evaluating the results of an online controlled experiment
(A/B test), is to use classical statistical tests, proceeding with a change
if (and only if) the result of the test includes a &lt;em&gt;p&lt;/em&gt; value of less than 0.05.
But, the American Statistical Association (ASA) said in
&lt;a href="https://www.tandfonline.com/doi/full/10.1080/00031305.2016.1154108"&gt;a prominent 2016 statement&lt;/a&gt; that
&amp;quot;...business... decisions should not be based
only on whether a p-value passes a specific threshold.&amp;quot; Wait, what? Are we making
bad decisions from A/B tests? Should we stop using &lt;em&gt;p&lt;/em&gt; values and do something
else?&lt;/p&gt;</description></item><item><title>Communicating A/B Test Results for Conversion Rates with Ratios and Uncertainty Intervals</title><link>https://harlanh.tech/2022/08/communicating-a-b-test-results-for-conversion-rates-with-ratios-and-uncertainty-intervals/</link><pubDate>Sat, 20 Aug 2022 00:00:00 +0000</pubDate><author>harlan@harris.name (Harlan Harris)</author><guid>https://harlanh.tech/2022/08/communicating-a-b-test-results-for-conversion-rates-with-ratios-and-uncertainty-intervals/</guid><description>
&lt;p&gt;A/B testing is a tool for supporting decision-making in business, and so in
addition to getting the statistics right, it’s really important to
communicate well with the non-statisticians who will have the final say on
the go/no-go decision. Most A/B tests in practice are testing &lt;em&gt;ratios&lt;/em&gt;,
conversion rates of various sorts – say, the proportion of people who visit
your web site who buy at least one pair of shoes. Although the underlying
data is just four numbers (visitors and purchasers, from the control group
and the test group), there are lots of ways to compute statistics and
present those numbers. Not all of those ways are ideal for supporting communication.&lt;/p&gt;</description></item><item><title>A/B Testing and Product Ratings, Part 1: Delays and Bias</title><link>https://harlanh.tech/2022/05/a-b-testing-and-product-ratings-1-delays-bias/</link><pubDate>Sun, 22 May 2022 00:00:00 +0000</pubDate><author>harlan@harris.name (Harlan Harris)</author><guid>https://harlanh.tech/2022/05/a-b-testing-and-product-ratings-1-delays-bias/</guid><description>
&lt;p&gt;Suppose you’re a data scientist at an e-commerce web site that
sells shoes, responsible for
supporting &lt;a href="https://en.wikipedia.org/wiki/A/B_testing"&gt;A/B tests&lt;/a&gt;.
Many A/B tests are easy, and there are a number of
companies that sell tools that make the easy cases as simple as clicking a few
buttons and looking at pretty graphs. But A/B tests can get statistically
complex surprisingly quickly, which is why hiring data scientists with a
strong statistics background can make a big difference in the quality of
decisions.&lt;/p&gt;</description></item></channel></rss>