Apps

🧪 This platform is in early beta. Features may change and you might encounter bugs. We appreciate your patience!

Pseudo-Replication

Also Known As: Hurlbert's pseudo-replication Clustering error
Aspect ID: pseudo_replication

Definition

Pseudo-replication occurs when non-independent observations are treated as if they were statistically independent, artificially inflating sample size and deflating standard errors. This is common when multiple measurements are taken from the same individual, or multiple individuals come from the same cage or ecological plot. The result is vastly overconfident statistical tests.

Examples

A neuroscience study records spike activity from 50 neurons across 5 mice (10 neurons per mouse). If the analysis treats the 50 neurons as 50 independent observations, it commits pseudo-replication. Neurons from the same mouse are correlated. The true independent sample size is 5, not 50.

An educational researcher tests a new teaching method in one classroom of 30 students and a traditional method in a second classroom of 30 students. Analyzing the 60 students as 60 independent observations ignores that students within the same classroom share a teacher, classroom environment, and group dynamics. The true sample size for comparing methods is two classrooms, not sixty students.

A food scientist tests whether a new preservative extends shelf life by placing 20 samples from the same loaf of bread in treated bags and 20 samples from the same loaf in control bags. Treating these as 40 independent observations commits pseudo-replication — all treated samples share the properties of one loaf, and all controls share the properties of another.

Verification Steps
Verification Steps
Binary yes/no questions that an AI must answer to detect a reasoning pattern in a text.
Each of the 452 aspects has verification steps — simple yes/no questions designed to systematically detect whether a pattern appears in a text. For ad hominem: "Does the argument attack a person rather than their claim?" For false dichotomy: "Are only two options presented when more exist?" This ensures consistent, reproducible analysis.

Binary (yes/no) questions an LLM must answer to identify this aspect:

  1. 1

    Are observations within groups or clusters truly independent of one another?

    Type: binary
  2. 2

    Is the statistical analysis treating sub-samples within units as independent observations?

    Type: binary
  3. 3

    Does the sample size claimed correspond to the number of independent experimental units, not the number of measurements?

    Type: binary
  4. 4

    Was a multilevel or mixed-effects model used to account for non-independence?

    Type: binary
Deep Dive
The expandable detail section on each aspect page with examples, psychology, and counter-strategies.
The Deep Dive section provides in-depth information about each aspect: a real-world example showing the pattern in action, an explanation of why it works psychologically, practical advice on how to counter it, alternative names, and links to related aspects.