# The Peeking Problem 2.0 (Part 2): Sequential Testing

Last updated: 2026-05-12
Canonical source: https://confidence.spotify.com/blog/peeking-problem-part-2
Owner: Spotify AB
Authors: Sebastian Ankargren (Senior Data Scientist), Mattias Frånberg (Senior Data Scientist), Mårten Schultzberg (Staff Data Scientist)

> If this file and the page at the canonical URL disagree, the page is authoritative.

Sequential testing with longitudinal data can inflate false positive rates. Part 2 covers modeling approaches that handle repeated observations correctly.

## TL;DR

Part 1 introduced the [peeking problem](/glossary/peeking-problem) 2.0: when using longitudinal data, [sequential tests](/glossary/sequential-testing) can inflate [false positive rates](/glossary/false-positive-rate) because units aren't fully observed when they enter the analysis.

The mechanisms are different from the original peeking problem, but the consequence is the same: inflated false positive rates. This post presents modeling approaches to handle multiple observations per experimental unit correctly. The key insight is that you need to account for the fact that users who recently entered the experiment contribute less information than users who have been in longer.

**Read the full post on Spotify Engineering:** [Bringing Sequential Testing to Experiments with Longitudinal Data (Part 2): Sequential Testing](https://engineering.atspotify.com/2023/07/bringing-sequential-testing-to-experiments-with-longitudinal-data-part-2-sequential-testing)
