Home Science Mathematics Statistics Statistical Significance

Statistical Significance

A formal procedure for determining whether observed effects in data are likely real or due to random chance

Statistical Significance

统计学上的显著性
μ -zα/2 +zα/2 α/2 α/2
Field Statistics
Key Concept P-value < α threshold
Related Null hypothesis, Type I error
Introduced 1920s (R.A. Fisher)
Common α 0.05, 0.01, 0.001
Alternative Bayesian inference

Overview

Statistical significance is a cornerstone concept in statistics and the scientific method. It provides a formal framework for determining whether an observed pattern, difference, or relationship in a sample of data is likely to reflect a genuine effect in the underlying population, or whether it could plausibly have arisen purely by random chance.

The concept was pioneered by the British statistician Ronald A. Fisher in the 1920s and has since become the standard decision-making tool in fields ranging from medical research and psychology to economics, machine learning, and social sciences. Despite its ubiquity, statistical significance remains one of the most misunderstood and misapplied concepts in modern science.

⚠ Key Distinction

Statistical significance ≠ practical significance. A result can be statistically significant (unlikely due to chance) yet have a trivially small effect size with no real-world importance. Always report both p-values and effect sizes.

Definition & Formal Concept

Formally, a result is said to be statistically significant if the probability of observing a result at least as extreme as the one obtained — assuming the null hypothesis (H0) is true — is less than or equal to a pre-specified threshold called the significance level (denoted by the Greek letter α, alpha).

Decision Rule
Reject H₀ if p-value α

Reject H₀: We reject the null hypothesis in favor of the alternative.

p-value: The probability of observing data as extreme as ours under H₀.

α: The pre-specified significance level (commonly 0.05).

In other words, statistical significance answers the question: "If there were truly no effect in the population, how surprising would our observed data be?" If the answer is "very surprising" (low p-value), we conclude the result is statistically significant.

History

The development of statistical significance testing represents one of the most important intellectual achievements of 20th-century mathematics. Its origins trace to several key figures:

  • 1809: Adrien-Marie Legendre introduces the method of least squares, laying groundwork for statistical inference.
  • 1860s: Karl Pearson develops the chi-squared test (χ²), one of the first formal significance tests.
  • 1920s: Ronald A. Fisher formalizes the concept of the p-value and proposes α = 0.05 as a convenient threshold in his seminal work The Design of Experiments (1935).
  • 1930s–1940s: Jerzy Neyman and Egon Pearson develop the hypothesis testing framework incorporating Type I and Type II errors, power, and the alternative hypothesis — expanding beyond Fisher's original formulation.
  • 1990s–2010s: Growing criticism of over-reliance on p-values leads to the replication crisis in psychology, medicine, and other fields.
  • 2016, 2019: The American Psychological Association and the American Statistical Association issue statements urging reform of how statistical significance is interpreted and reported.
ℹ Historical Note

Fisher originally suggested α = 0.05 as a "convenient" threshold, not as a magical boundary. He wrote in 1925: "The value for which 5 per cent is a convenient point to cut off common from uncommon deviations." The rigid dichotomy of "significant vs. not significant" was more fully developed by Neyman-Pearson.

Hypothesis Testing Framework

Statistical significance is evaluated within the broader framework of hypothesis testing, which follows a structured sequence of steps:

Null & Alternative Hypothesis

Every hypothesis test begins with two competing statements:

Hypotheses
H₀: μ₁ − μ₂ = 0 (no effect / null hypothesis)
H₁: μ₁ − μ₂ ≠ 0 (effect exists / alternative hypothesis)

H₀: The null hypothesis — assumes no effect, no difference, or no relationship.

H₁ (or Hₐ): The alternative hypothesis — what we hope to find evidence for.

The null hypothesis is presumed true unless the data provide sufficient evidence against it. This mirrors the legal principle of "innocent until proven guilty." Importantly, we never "prove" the null hypothesis — we can only fail to reject it.

P-Value

The p-value is the cornerstone of statistical significance testing. It quantifies the strength of evidence against the null hypothesis:

P-Value Definition
p = P(T tobs | H₀)

p: The p-value.

T: The test statistic (a random variable).

t_obs: The observed value of the test statistic from our data.

H₀: The null hypothesis is assumed true.

Interpretation: The p-value is the probability of obtaining a test statistic at least as extreme as the one observed, assuming the null hypothesis is true. A small p-value indicates that the observed data would be unlikely under the null hypothesis.

P-Value Range Strength of Evidence Convention
p > 0.10 Very weak / no evidence against H₀ Not significant
0.05 < p ≤ 0.10 Marginal / suggestive evidence Marginally significant
0.01 < p ≤ 0.05 Strong evidence against H₀ Significant ★
0.001 < p ≤ 0.01 Very strong evidence against H₀ Highly significant ★★
p ≤ 0.001 Extremely strong evidence against H₀ Highly significant ★★★

Significance Level (α)

The significance level α is the maximum probability of rejecting the null hypothesis when it is actually true (a Type I error). Common choices include:

α Level Type I Error Rate Typical Use
0.01 1% High-stakes decisions, particle physics
0.05 5% Most social sciences, medicine, biology
0.10 10% Exploratory research, pilot studies
⚡ The 0.05 Controversy

The universal adoption of α = 0.05 has been heavily criticized. Many statisticians argue that no fixed threshold should be treated as a rigid boundary. The ASA's 2016 statement on p-values explicitly warns against dichotomous "significant/not significant" thinking.

Test Statistic

A test statistic is a standardized value calculated from sample data that is used to evaluate the null hypothesis. The specific test statistic depends on the test being performed:

General Form
T = observed − expected standard error

This general form shows that test statistics measure how many standard errors the observed value is away from the expected value under the null hypothesis.

Common Statistical Tests

Different research questions and data types require different statistical tests. Below is a summary of the most widely used tests for assessing statistical significance:

Test Test Statistic Use Case Assumptions
Z-test Z (standard normal) Mean comparison with known variance, large n Normality, known σ
t-test t (Student's t) Mean comparison with unknown variance Normality (or large n)
Chi-squared χ² Categorical data, goodness-of-fit, independence Sufficient expected counts
ANOVA F (F-distribution) Comparing 3+ group means Normality, homogeneity of variance
Mann-Whitney U U (rank-based) Non-parametric alternative to t-test Ordinal data, no normality
Mann-Whitney U U (rank-based) Non-parametric alternative to t-test Ordinal data, no normality
Kruskal-Wallis H (rank-based) Non-parametric alternative to ANOVA Ordinal data, independent groups

Interpretation & Limitations

Understanding what statistical significance does and does not tell us is critical for proper scientific reasoning.

Common Misconceptions

❌ What Statistical Significance Does NOT Mean

"p = 0.03 means there's a 97% chance the effect is real." — False. The p-value is not the probability that the null hypothesis is false. It is the probability of the data given the null hypothesis.

❌ Another Common Error

"A non-significant result means there is no effect." — False. A non-significant result only means the data don't provide sufficient evidence against H₀. The effect may exist but the study may lack power.

The correct interpretation follows this logic:

  1. Assume H₀ is true.
  2. Calculate: How likely is our observed data (or more extreme)?
  3. If very unlikely (p ≤ α): The data are inconsistent with H₀, so we reject it.
  4. If not unlikely (p > α): The data are consistent with H₀ (but also possibly with H₁), so we fail to reject it.

P-Hacking & Replication Crisis

The rigid focus on achieving p < 0.05 has led to problematic practices collectively known as p-hacking:

  • Data dredging: Running dozens of tests and reporting only the "significant" ones.
  • Optional stopping: Adding more data until p < 0.05 is achieved.
  • Hypothesis switching: Changing the research question after seeing the data.
  • Excluding outliers selectively: Removing inconvenient data points.

These practices contributed to the replication crisis, particularly in psychology, where a landmark study by Open Science Collaboration (2015) found that only 36% of 100 replicated psychology studies produced significant results, despite the originals all being significant.

💡 Best Practices

To mitigate these issues, researchers should: (1) pre-register their hypotheses and analysis plans, (2) report effect sizes with confidence intervals, (3) use power analysis to determine appropriate sample sizes, and (4) consider Bayesian methods as complementary approaches.

Bayesian Alternative

Bayesian statistics offers an alternative framework for assessing evidence. Rather than computing p-values, Bayesian methods compute the posterior probability of hypotheses given the observed data:

Bayes' Theorem
P(H | D) = P(D | H) × P(H) P(D)

P(H | D): Posterior probability — probability of hypothesis given data.

P(D | H): Likelihood — probability of data given hypothesis.

P(H): Prior probability — belief about hypothesis before seeing data.

P(D): Marginal likelihood — total probability of the data.

Bayesian methods provide Bayes factors, which directly compare the relative evidence for competing hypotheses, avoiding the p-value's inherent asymmetry (testing only against the null).

Worked Example

📋 Example: Drug Efficacy Study

Scenario: A pharmaceutical company tests a new drug to lower blood pressure. They recruit 100 patients, randomly assign 50 to the drug group and 50 to a placebo group.

Results: The drug group's average blood pressure dropped by 12 mmHg, while the placebo group dropped by 8 mmHg. The standard error of the difference is 1.5 mmHg.

1

State hypotheses:

H₀: μ_drug − μ_placebo = 0 (the drug has no effect)

H₁: μ_drug − μ_placebo ≠ 0 (the drug has an effect)

2

Choose significance level: α = 0.05 (two-tailed)

3

Calculate test statistic:

t = (12 8) / 1.5 = 2.67
4

Find p-value: With 98 degrees of freedom, t = 2.67 gives p ≈ 0.009

5

Decision: Since p = 0.009 < α = 0.05, we reject H₀. The result is statistically significant at the 0.05 level.

6

Conclusion: There is statistically significant evidence that the drug reduces blood pressure more than the placebo. The observed effect (4 mmHg difference) is unlikely to be due to chance alone.

Software Implementation

Modern statistical software packages make significance testing straightforward. Here are examples in popular languages:

Python (SciPy)

Python
import scipy.stats as stats
t_stat, p_value = stats.ttest_ind(group1, group2)
print("t = {:.3f}, p = {:.4f}".format(t_stat, p_value))

R

R
result <- t.test(group1, group2, alternative = "two.sided")
print(result)

SPSS / Stata

Both SPSS and Stata provide point-and-click interfaces and command syntax for all common significance tests, including t-tests, ANOVA, chi-squared tests, and non-parametric alternatives.

Further Reading

  • Fisher, R. A. (1935). The Design of Experiments. Oliver & Boyd.
  • Neyman, J. & Pearson, E. S. (1933). "On the Problem of the Most Efficient Tests of Statistical Hypotheses." Philosophical Transactions of the Royal Society A, 231, 289–337.
  • Wasserstein, R. L. & Lazar, N. A. (2016). "The ASA's Statement on p-Values: Context, Process, and Purpose." The American Statistician, 70(2), 129–133.
  • Nuzzo, R. (2014). "Scientific Method: Statistical errors." Nature, 506, 150–152.
  • Gelman, A. & Loken, E. (2014). "The Garden of Forking Paths: Why Multiple Comparisons Can Be a Problem, Even When There Is No 'Fishing Expedition' or 'p-Hacking' and the Research Hypothesis Was Posited Advance." Journal of Business and Economic Statistics, 32(2), 216–223.

References

  1. Fisher, R. A. (1925). Statistical Methods for Research Workers. Oliver & Boyd, Edinburgh.
  2. Student (1908). "The probable error of a mean." Biometrika, 6, 1–25.
  3. Yates, F. (1934). "Contingency tables involving small numbers and the χ² test." Supplement to the Journal of the Royal Statistical Society, 1, 217–235.
  4. Wilson, E. B. (1927). "Probable inference, the law of succession, and statistical inference." Journal of the American Statistical Association, 22, 209–212.
  5. Cohen, J. (1994). "The Earth is round (p < .05)." American Psychologist, 49(12), 997–1003.
  6. Ioannidis, J. P. A. (2005). "Why most published research findings are false." PLOS Medicine, 2(8), e124.
  7. Open Science Collaboration (2015). "Estimating the reproducibility of psychological science." Science, 349(6251), aac4716.
  8. Benjamin, D. J. et al. (2018). "Redefine statistical significance." Nature Human Behaviour, 2, 6–10.
  9. McNeil, D. (1977). "The P-value Fallacy." American Psychologist, 32(8), 675–681.
  10. Lakens, D. (2017). "Equivalence testing for psychological research: A tutorial." Advances in Methods and Practices in Psychological Science, 1, 259–269.

Categories