These ideas are heavily inspired by existing critiques in the statistics literature and are not presented here as novel — rather, they are a practical, integrative discussion meant to clarify common misunderstandings that persist in research practice.
How We Got Here?
For decades, Null Hypothesis Significance Testing (NHST) has been the standard tool for statistical inference across the behavioral and social sciences. Open almost any empirical paper and you will find results summarized with statements such as “p < .05, therefore the effect is significant.” This framework has shaped how generations of researchers interpret evidence, make claims, and judge what counts as a “real” finding.
Yet, despite its ubiquity, NHST is also one of the most misunderstood and misapplied tools in scientific research. The ritual of calculating a p-value and declaring significance often disguises deep conceptual and logical issues — issues that can distort conclusions and slow theoretical progress.
Misinterpretation of the p-value (and the reversed logic that follows)
A recurring and consequential error is to treat the p-value as the probability that the null hypothesis is true given the data. In symbols, people often assume p = P(H0 | D). But that is not what the p-value means. What NHST actually computes is P(D | H0): the probability of observing data as extreme or more extreme than what we found, if the null hypothesis were true. The difference between these two statements — P(D | H0) versus P(H0 | D) — is not a minor technicality. It completely changes the meaning of what the p-value represents. This logical inversion has been called the “illusion of probabilistic proof by contradiction.” Jacob Cohen (1994) famously described it as a “permanent illusion” that continues to mislead researchers decades after it was first identified. To see why this matters, let’s look at two simple examples.
Example 1: The Dog from London
Suppose someone tells you that “if you pick a random dog, there is less than 1% chance that it’s from London.” Now imagine you pick a random dog and discover it is from London. Would you then conclude that “this animal is therefore not a dog”?
Of course not. That conclusion reverses the conditional logic. You’ve taken P(London | dog) — the probability of being from London given that it’s a dog — and turned it into P(dog | London) — the probability of being a dog given that it’s from London.
This is exactly what happens when researchers interpret the p-value as the probability that the null hypothesis is true. A small p-value does not tell you that the null hypothesis is unlikely to be true; it only tells you that your data are unlikely under the assumption that the null is true.
Example 2: The “IQ Drug” Problem
Now consider a more quantitative teaching example. A company claims that a new drug increases IQ. We know that IQ scores in the general population have a mean of 100 and a standard deviation (SD) of 15. We give the drug to 25 people and record their IQs. Under the null hypothesis (H0), we assume the true mean is still 100. The standard error of the mean (SE) is calculated as:
SE = SD / sqrt(n) = 15 / sqrt(25) = 15 / 5 = 3
Now suppose the average IQ of our 25 participants turns out to be 110. The difference between the observed mean and the null mean is 10 points.
We can calculate a test statistic:
z = (observed mean - null mean) / SE = (110 - 100) / 3 = 3.33
A z-value of 3.33 corresponds to a two-tailed p-value of approximately 0.00086. According to conventional NHST, we would reject the null hypothesis and declare that “the drug works.”
But notice what has really happened. The p-value of 0.00086 simply tells us that if the drug had no effect and the true mean were 100, the probability of getting a sample mean of 110 (or more extreme) is 0.086%. It does not tell us that the probability the drug has no effect is 0.086%.
Moreover, with large enough samples, even tiny differences (say, 1 or 2 IQ points) would become “statistically significant” while being practically meaningless. Thus, statistical significance does not necessarily imply scientific or clinical importance.
The “Nil Hypothesis” Problem: Exact Zeros Are Rare
Another deep issue lies in what NHST typically tests — the so-called “nil” hypothesis, where the effect size is assumed to be exactly zero (H0: effect = 0). But in real-world systems — biological, psychological, or social — true zero effects are exceedingly rare. Virtually every process has at least a tiny influence.
This creates a paradox. As our sample size increases, the statistical power of our test increases too, making even trivial deviations from zero “statistically significant.” The result is that large studies can easily produce small p-values for effects that are practically negligible.
This means that NHST often rewards sample size rather than theoretical or practical significance. Researchers can “find” significant results simply by collecting enough data, even when the underlying effect is meaningless in context.
A more thoughtful approach asks: what magnitude of effect would actually matter? Rather than testing for an impossible exact zero, researchers can use approaches like equivalence testing, confidence intervals, or pre-registered smallest-effect-of-interest (SESOI) thresholds to interpret results in a more meaningful way.
The Historical Mishmash: How Fisher and Neyman–Pearson Got Merged?
The statistical procedure we now call NHST was never meant to exist in its modern form. It is the result of an uneasy fusion of two historically distinct schools of thought.
Ronald Fisher introduced the concept of significance testing in the early 20th century. For Fisher, the p-value was a descriptive measure of how surprising the data were if the null hypothesis were true. He viewed it as one piece of evidence to be interpreted alongside theory and prior knowledge — not as a rigid decision rule.
Jerzy Neyman and Egon Pearson, on the other hand, developed a separate framework focused on long-run error control. Their system introduced the concepts of Type I and Type II errors, statistical power, and pre-specified significance levels (alpha). In their view, hypothesis testing was a matter of decision-making — not measuring evidence.
When these two philosophies were merged (mostly in the mid-20th century, through statistical teaching and software), their conceptual differences were blurred. The hybrid that emerged — Fisher’s p-values combined with Neyman–Pearson’s decision thresholds — produced what Gigerenzer later called the “Null Ritual.” Researchers began mechanically testing, comparing p to 0.05, and reporting “significant” or “non-significant” without reflecting on meaning or context.
Solution? Bayesian Data Analysis
Bayesian statistics offer a conceptually cleaner approach to inference — one that directly quantifies the probability of hypotheses given the data, rather than the other way around.
Bayes’ theorem can be written as:
P(H | D) = [ P(D | H) * P(H) ] / P(D)
Here:
P(H | D) is the probability of the hypothesis given the data (what researchers usually want).
P(D | H) is the likelihood — the probability of the data given the hypothesis.
P(H) is the prior probability of the hypothesis before seeing the data.
P(D) is a normalizing constant ensuring the probabilities sum to one.
In this framework, we can meaningfully say things like, “Given the data, there is a 90% probability that the drug improves IQ by at least 5 points.” Bayesian methods also allow continuous updating as new data come in, making them particularly valuable in cumulative science. That said, Bayesian methods are not a magic fix. They require specifying priors, building models carefully, and interpreting results thoughtfully. But they encourage us to think in terms of degrees of belief, uncertainty, and evidence — rather than binary significance decisions.
Conclusion: A Note of Caution
NHST became dominant because it offered a simple, apparently objective rule for inference. But simplicity can hide confusion. When we misinterpret p-values, test for implausible exact-zero effects, and follow the “null ritual” mechanically, we risk mistaking statistical detection for scientific understanding.
Researchers should strive to move beyond significance testing as a ritual and toward richer, more transparent inferential reasoning — whether through Bayesian analysis, estimation-based approaches, or a clearer focus on effect sizes and uncertainty. Statistical tools are meant to help us reason about evidence — not to replace reasoning altogether.
Further Readings & Resources
Cohen, J. (1994). The earth is round (p<. 05). American psychologist, 49(12), 997.
Gigerenzer, G. (2004). Mindless Statistics. The Journal of Socio-Economics, 33(5), 587-606.
For a fantastic overview of history of NHST see: The Flaws of Academic Statistics: The Null Ritual by Luke Smith
For an accessible introduction to Bayesian data analysis, see: Introduction to Bayesian Data Analysis Dr. by Shravan Vasishth