Skip to content
Marketing & SEO Rich #sequential-testing#p-hacking

Sequential Testing Pitfalls

Peeking at results inflates false-positive rates. Always-valid p-values fix it.

A free, animated sequential testing pitfalls you can read here or embed on any website, from Scrollchart.

Sequential Testing Pitfalls

Sequential Testing PitfallsPeeking daily inflates false-positive rates above 40%. Always-valid tests hold error at every look.alpha = 0.05False-positive zoneSource: Johari et al. (2017) "Peeking at A/B Tests"; Wald sequential probability ratio test

A daily-checked p-value walking under the alpha=0.05 line and crossing it spuriously, contrasted with an always-valid sequential test that holds error rates.

Good for

  • A/B testing methodology articles explaining why early-stopping on significance produces false winners
  • CRO program governance guides establishing pre-commitment rules before tests launch
  • Articles on always-valid sequential tests as a practical alternative to fixed-horizon designs

Source & accuracy

This sequential testing pitfalls is an editorial illustration built to represent the concept accurately. Where it shows figures, they are typical or representative values chosen to make the relationship clear, not a single underlying dataset. The diagram and its explainer are reviewed and maintained centrally, and updated over time as understanding improves.

The cost of peeking at test results

Sequential testing (checking results and stopping early if they look good) inflates false-positive rates dramatically. A test designed for 5 percent significance with a fixed sample size will deliver 5 percent false-positive rate. But if you peek at the results halfway through and stop if p-value looks good, your false-positive rate jumps to 15-20 percent. This happens because low-p-value flukes are more common in small samples; stopping on a fluke locks in a false positive.

The mechanism is simple: as you accumulate more samples, your statistical power to detect real effects increases, but it also increases your power to detect random noise. If you stop whenever you see a low p-value, you're guaranteed to stop on noise more often than if you'd waited for the full sample.

Always-valid p-values and online testing

Always-valid p-values fix sequential testing by adjusting the threshold dynamically as samples accumulate. Instead of stopping at p-value less than 0.05, always-valid methods raise the threshold in early peeks (e.g., p-value less than 0.001 at 25 percent of samples) and lower it toward the standard 0.05 at the full sample size. This preserves the 5 percent false-positive rate across all peek points. Most modern experimentation platforms (Optimizely, Statsig) use sequential-safe methods, making it safe to peek without penalty.

Embed this diagram

Add this animated sequential testing pitfalls to your own site. Copy one line of HTML, or use the embed builder for theme and sizing options.

Reference

What this is
A free, embeddable, animated sequential testing pitfalls for any website.
Who uses it
SaaS marketing blogs.
How to embed
Copy one line of HTML. No signup. No watermark. Works in WordPress, Webflow, Ghost, Substack, plain HTML.
File size
iframe embed, ~80 KB gzipped (loads on demand, does not block your page paint).
License
Free forever. Editorial explainer text included; updated centrally over time.

Embed format options

Copy the universal HTML snippet, the WordPress shortcode, or an iframe fallback - see the WordPress plugin page for details. Any format keeps the same Core Web Vitals profile and the same explainer text.

Embed snippet
<div data-scrollchart="sequential-testing-pitfalls" data-scrollchart-v="1"></div>
<script src="https://scrollchart.com/embed.js" async></script>

Frequently asked questions

Where can I get a free animated "Sequential Testing Pitfalls" for my website?
Scrollchart provides "Sequential Testing Pitfalls" as a free, embeddable animated diagram you can add to any website with one line of HTML. No signup is required and there is no watermark. The diagram and its explainer text are served from scrollchart.com, so the embed stays current without any maintenance on your end.
How do I embed a sequential testing pitfalls in WordPress or a static site?
Paste the HTML snippet from the Scrollchart diagram page into your WordPress post (in HTML/code view), your Webflow embed block, or directly into a static HTML file. No plugin is needed. The diagram loads from scrollchart.com and paints in as the reader scrolls.