Bell Statistics

What is a control group?

A control group is the set of users kept on the existing experience so the treated group has something to be compared against. It supplies the counterfactual — what would have happened anyway — which is the only thing that turns a measured change into a measured effect.

Also called
control arm, baseline group, comparison group
Allon Korem

Written by Allon Korem

Chief Executive Officer

Last updated

In plain English

An experiment measures a difference, and a difference needs two things to compare. The control group is the second one: users who continue to receive the existing experience while the treated group receives the change. Without it you can observe that conversion was 4.1% after a launch and you cannot say what it would have been otherwise, which is the only question that matters.

That is why a before-and-after comparison is not an experiment. Between last month and this one, the season changed, a competitor ran a promotion, the marketing mix shifted and the product got three other releases. Attributing the difference to your change requires assuming none of that mattered. A concurrent control group experiences all of it too, so everything except the treatment cancels — which is what randomisation buys and what makes the comparison causal rather than merely chronological.

The requirement is that control and treatment differ in exactly one respect. Randomization is what delivers that for everything you did not think to measure, which is the majority of what matters about a user. It also means the two groups must be handled identically in every other way: assigned at the same moment, subject to the same filters, measured with the same instrumentation. A control group defined by a different query, or filtered after assignment on something the treatment influenced, has stopped being a valid baseline.

Contamination is the usual failure and it is quiet. If control users can see the treatment — through a shared account, a public URL, a colleague's screen, or a marketplace where both sides interact — the difference between arms shrinks and the effect is understated. In two-sided markets this is severe enough to need a different design entirely: a switchback test or market-level randomisation rather than user-level. The absence of an obvious error message is not evidence that contamination did not happen.

Two related shapes are worth distinguishing. A holdout group is a control kept back after the decision, to keep measuring something already shipped. A global holdout is a permanent one, receiving nothing, which is what makes it possible to measure the accumulated effect of a year of releases rather than trusting the sum of individual test results.

The formula

The estimator is a subtraction. What earns the causal interpretation is not the arithmetic but how the two groups were formed.

The effect
effect = E[ Y | treated ] − E[ Y | control ]

Causal only when assignment was random. Otherwise it is a difference between two populations that also differ in other ways.

What control estimates
E[ Y | control ] ≈ E[ Y(0) ]

The counterfactual: what the treated group would have done untreated. The whole reason the group exists — see counterfactual reasoning.

Why before-and-after fails
Y_after − Y_before = effect + trend + seasonality + everything else

A concurrent control absorbs every term except the effect, because it experienced them too.

Cost of contamination
observed effect = true effect × ( 1 − contamination rate )

Attenuates towards zero, so contamination hides real effects rather than inventing them — see the sample size calculator.

Worked example

A team ships a new pricing page to everyone and compares the four weeks after against the four weeks before, then re-runs the same question properly with a concurrent 50/50 control on the following release.

Before-and-after: conversion before
3.82%
Before-and-after: conversion after
4.31% (+12.8%)
Concurrent control, same period
4.22%
Concurrent treatment, same period
4.31%
Randomised effect
+2.1%, 95% CI −0.4% to +4.6%
Seasonal lift in the control arm
+10.5% versus the prior month

The before-and-after comparison reports +12.8%. The randomised comparison reports +2.1%, most of which is not distinguishable from zero.

The control arm is the whole story. It moved from 3.82% to 4.22% without receiving anything — a 10.5% lift driven by seasonality and whatever else happened that month — and the before-and-after design books every bit of that to the pricing page. The randomised comparison sees both arms experiencing the same month and isolates the 2.1% that the change is actually responsible for. Two things follow. The honest reading of the experiment is not "the change worked" but "if there is an effect it is small, and this test could not resolve it" — the interval spans zero. And the £-value a business case would have been built on was six times too large, which is the ordinary magnitude of this error rather than an extreme one. Any measurement of a change shipped to everyone at once is subject to it, and no amount of statistical care afterwards recovers the counterfactual that was never collected.

Common misconceptions

We measured before and after, so we know what the change did.
You know what happened, not what the change caused. Seasonality, other releases, marketing activity and competitor behaviour all sit inside that difference. A concurrent control group experiences the same period, so those effects appear in both arms and cancel; without one there is no way to separate them.
A control group wastes traffic that could be receiving the improvement.
It buys the ability to know whether the improvement exists. Most tested changes do nothing and a meaningful minority cause harm, so shipping without a baseline means accumulating changes of unknown sign. The traffic in control is not withheld from a benefit — it is what establishes whether there was one.
As long as the control group is large enough, the comparison is valid.
Size affects precision, not validity. A control that was filtered differently, assigned at a different point, or exposed to the treatment through a shared surface is biased regardless of how many users it contains — and more users only sharpen the estimate of a biased quantity.

Frequently asked questions

How large should the control group be?
An even split maximises statistical power for a fixed total, so 50/50 is the default. Smaller controls are sometimes chosen to expose more users to an expected improvement, and the cost is real: a 90/10 split needs roughly two and a half times the total traffic of an even one to reach the same precision, because the smaller arm limits the comparison.
How do I know if my control group has been contaminated?
Look for routes by which a control user could encounter the treatment — shared accounts, team workspaces, public links, or a marketplace where both arms transact with each other. The statistical signature is an effect that shrinks as the test runs, since contamination accumulates. Where contamination is structural rather than accidental, the fix is randomising at a higher level: by account, or by market.
What is the difference between a control group and a holdout?
Timing and purpose. A control group exists during an experiment to decide it, and ends when the experiment does. A holdout is kept back after the decision, continuing to receive the old experience so the shipped change can be measured over a longer horizon. A global holdout takes that further and receives nothing at all, which is what allows a year of releases to be measured in aggregate.

Related terms

  • A/A test

    Testing nothing against nothing to check the instrument — and it should be significant about five per cent of the time.

  • Global holdout

    The only measurement that can tell you whether a year of wins added up — and it usually says they did not.

  • Holdout group

    A control that outlives the experiment — the only way to see what a change did after month one.

  • Treatment group

    The users who get the change — and the counting rule that decides whether the comparison is still randomised.

Calculate it

  • A/B test sample size

    Size a two-proportion experiment before you launch, then read the lift and its interval once it lands.

  • Two-sample t-test

    Compare the average of two independent groups — plan the sample size, then test the result.

Knowing the term is the easy part

Applying it to a live measurement problem is the part that goes wrong. If you are designing an experiment, reading a result you do not trust, or trying to work out what your marketing actually caused, that is the work we do.

References

  • Fisher, R. A. (1935). The Design of Experiments. Oliver and Boyd.
  • Kohavi, R., Tang, D., & Xu, Y. (2020). Trustworthy Online Controlled Experiments: A Practical Guide to A/B Testing. Cambridge University Press.