Lesson 03Interactive6 min

Significance and the p-value, without the fog

The p-value is the most quoted number in testing and the most misunderstood. Here it is with a picture instead of a formula. Once you can see it, you will never misread it again, and you will spot the people who do.

In Lesson 02 you watched luck open up gaps between two identical pages. Here is the useful part: those gaps are not random in a hopeless way. They have a shape. If A and B were truly the same, most tests would land near a 0% gap, a few would drift out to a small gap, and only rarely would luck produce a big one. Draw that as a curve and it looks like a bell.

That bell is the world where nothing is going on. Statisticians call it the null. Your real test gives you one number, the gap you actually measured. The whole question of significance is just: where does your gap land on that bell? Near the middle, and luck explains it easily. Way out in a thin tail, and luck almost never does that, so something real is probably happening. Play with it.

// the p-value, as a picture
base rate 2.5% · null curve = "if A and B were identical"
How much better B looked. Bigger gap slides your line into the tail.
More visitors narrows the bell, so the same lift reaches further out.
your result no difference (0) −2.5pp +2.5pp
gaps luck makes (null) your measured gap the p-value (tail area) significance line (p=0.05)
·
p-value
Move the sliders. The orange area is the p-value: how often luck alone would beat your result.

The orange tails are the p-value. Read it as one plain sentence: if A and B were really identical, luck would produce a gap this big or bigger this often. A p-value of 0.40 means "forty percent of the time, pure chance beats this," which is a shrug. A p-value of 0.02 means "only two percent of the time," which is a result worth trusting.

P-value
The chance of seeing a gap at least this big if there were no real difference at all. Small p-value, luck rarely does this, so the effect is probably real. It is a measure of surprise, not of size.

The famous 0.05 cutoff (the red line) is just a convention: call it "significant" when luck would beat it less than 5% of the time. That 5% is the same 1-in-20 false alarm rate you watched pile up in Lesson 02. There is nothing magic about 0.05. It is a line someone drew in 1925 and the industry never moved.

Notice the second slider. Drag visitors up and the bell gets skinnier, because more data means less luck-wobble, exactly what you saw in Lesson 01. The same +15% lift that was a shrug at 2,000 visitors slides into the tail and becomes significant at 15,000. The lift did not change. Your ability to hear it over the noise did.

What a p-value is NOT

This is where almost everyone, including people who run tests for a living, goes wrong. Three things the p-value does not tell you:

// p = 0.03 does not mean any of these
Not "97% chance B is better." The p-value assumes there is no difference and asks how surprising your data is. It is not the probability that B wins. That is a different question (and the one Reality Check answers).
Not "3% chance the result is a fluke." Close but wrong, and the difference matters. It is the chance of data this extreme given no effect, not the chance that there is no effect.
Not a measure of how big the win is. A tiny, worthless lift can be wildly significant with enough traffic. Significant means "probably real," never "probably big." Size is a separate reading.
// the one takeaway A p-value answers exactly one question: if nothing were going on, how often would luck alone beat what I saw? Low means rarely, so trust it. High means often, so do not. It is not the odds B wins, and it is not the size of the win. Keep those straight and you are already ahead of most rooms.
// keep going

You now know when a gap is real. Next is the flip side: how many visitors it takes to catch a real gap in the first place, which is power and sample size (soon). To pin your numbers down before a test, Lockbox does the sample size math for you.

← Lesson 02: Why one test can lie Next: Power & sample size (soon)