Effect size is a statistical measure that helps researchers understand the magnitude of a difference or relationship in a study. Unlike p-values, which indicate whether an effect exists, effect size shows how large that effect actually is, making it essential for interpreting research findings and assessing their practical significance. In an era where many scientific disciplines are grappling with reproducibility issues, effect size provides a critical tool for evaluating the strength of evidence across studies and contexts.

Why Effect Size Matters More Than p-Values

For decades, the p-value has been the gatekeeper of statistical significance in the social sciences, medicine, and beyond. A p-value less than 0.05 tells researchers that an observed result is unlikely under the null hypothesis, but it says nothing about the size or importance of that result. Effect size fills this gap by quantifying the actual difference or association. For example, a large sample might yield a statistically significant p-value for a trivial difference of 0.1 points on a 100-point scale—statistically significant, but practically meaningless. Effect size flags such discrepancies and encourages researchers to focus on the magnitude of effects rather than arbitrary thresholds.

Furthermore, effect size enables meta-analysis by standardizing results from different studies that used different measures. Without effect size, it would be nearly impossible to synthesize findings across a literature. Recognizing this, many journals and professional organizations, including the American Psychological Association (APA), now require effect size reporting alongside p-values. The move toward effect size reflects a broader emphasis on transparency, replicability, and practical relevance in research.

What Is Effect Size?

Effect size quantifies the strength of a phenomenon. In simplest terms, it answers the question "how much?" rather than "does it exist?" This quantification allows researchers to compare results across studies, different scales, and different populations. Effect size can be expressed as a difference between groups, a correlation between variables, or an odds ratio in categorical analyses. Importantly, effect size is independent of sample size: a large sample does not inflate the effect size, but it does reduce the confidence interval around that estimate.

Common effect size families include:

  • d-family (e.g., Cohen's d, Hedges' g): standardized mean differences used for comparing two groups.
  • r-family (e.g., Pearson's r, Spearman's rho): correlation coefficients measuring the strength of association between continuous variables.
  • Odds ratio (OR) and risk ratio (RR): measures of effect for categorical outcomes, frequently used in epidemiology and clinical trials.

Choosing the appropriate effect size depends on the research design, the nature of the data, and the primary question of interest.

Cohen's d for Group Comparisons

Cohen's d is perhaps the most widely used effect size. It expresses the difference between two group means in terms of standard deviation units, effectively telling us how many standard deviations apart the groups are. The formula is straightforward:

d = (M1 – M2) / SDpooled

where M1 and M2 are the sample means and SDpooled is the pooled standard deviation, calculated as the square root of the average of the two group variances. A variant called Hedges' g applies a small correction for unequal sample sizes, making it more appropriate for studies with small or unbalanced groups.

Pearson's r for Correlations

When examining the relationship between two continuous variables (e.g., hours of study and exam scores), Pearson's r measures both the direction and strength of a linear relationship. It ranges from -1 (perfect negative) through 0 (no linear relationship) to +1 (perfect positive). Squaring the correlation coefficient gives the coefficient of determination, r², which represents the proportion of variance shared between the two variables. For example, an r of 0.5 corresponds to r² = 0.25, meaning 25% of the variability in one variable can be explained by the other.

Odds Ratios for Categorical Outcomes

In case-control studies, randomized trials with dichotomous outcomes (e.g., survived vs. died, relapse vs. no relapse), the odds ratio compares the odds of an event in the treatment group relative to the control group. An odds ratio of 1 indicates no effect; values above 1 indicate increased odds; values below 1 indicate reduced odds. The magnitude of departure from 1 reflects the strength of the association. Odds ratios are often reported with 95% confidence intervals to convey precision.

How to Calculate Effect Size

The method for calculating effect size depends on the type of data and analysis used. Below are procedures for the most common situations, along with explanations of the underlying logic.

Calculating Cohen's d from Means and Standard Deviations

When you have descriptive statistics from two independent groups (mean and standard deviation), Cohen's d is computed as follows:

  1. Compute the pooled standard deviation: SDpooled = sqrt( ((n1 – 1) * SD1² + (n2 – 1) * SD2²) / (n1 + n2 – 2) )
  2. Compute d = (M1 – M2) / SDpooled

For example, imagine a study comparing a new teaching method to traditional instruction. The treatment group (n=30) has a mean exam score of 85 (SD=10), and the control group (n=30) has a mean of 78 (SD=12). Plugging into the formula yields a pooled SD of about 11.05 and a d of (85 – 78)/11.05 ≈ 0.63. This is a medium-to-large effect according to Cohen's benchmarks.

Calculating Pearson's r from Raw Data or Summary Statistics

With raw data, Pearson's r is computed using the formula:

r = Σ((Xi – MX)(Yi – MY)) / sqrt(Σ(Xi – MX)² * Σ(Yi – MY)²)

Alternatively, if you have the t-value and degrees of freedom from a regression or correlation analysis, you can compute r using: r = t / sqrt(t² + df). This approximation is handy when reading published results that report t-statistics but not the correlation directly.

Calculating Odds Ratios from Contingency Tables

From a 2x2 table:

EventNo Event
Treatmentab
Controlcd

The odds ratio is (a/b) / (c/d) = (a*d)/(b*c). For instance, if a=20, b=80, c=10, d=90, then OR = (20*90)/(80*10) = 1800/800 = 2.25. This indicates that the odds of the event in the treatment group are 2.25 times the odds in the control group.

Computing Effect Size in Statistical Software

Most statistical packages can compute effect sizes directly or provide the necessary output. In R, the effsize package offers functions like cohen.d(). In SPSS, effect size estimates (e.g., Cohen's d for t-tests, partial eta-squared for ANOVA) are available under the "Effect Size" options in the analysis menus. In JASP and jamovi, effect sizes are automatically provided alongside test results. For meta-analyses, dedicated software such as Comprehensive Meta-Analysis or the metafor package in R can pool effect sizes from multiple studies.

Researchers should always report effect sizes with their confidence intervals to convey the precision of the estimate. A confidence interval that spans zero (for d) or crosses 1 (for OR) indicates that the effect is not statistically significant at the chosen alpha level, but the interval width also reveals how much uncertainty remains.

Interpreting Effect Size

Interpreting effect size involves understanding its magnitude using established benchmarks, but also considering the context and domain of the research. The most cited benchmarks come from Jacob Cohen's 1988 work, Statistical Power Analysis for the Behavioral Sciences. Cohen himself stressed that these are "conventions" and should not be applied rigidly; they serve as a starting point for discussion.

Cohen's d Benchmarks

  • Small: d = 0.2 — a difference not visible to the naked eye in typical social science settings
  • Medium: d = 0.5 — a difference large enough to be noticed by a careful observer
  • Large: d = 0.8 — a very obvious difference

For example, in education, a d of 0.2 might correspond to an improvement of only a few points on a standardized test, whereas a d of 0.8 could represent moving a student from the 50th to the 79th percentile. In clinical psychology, effect sizes for some antidepressant medications compared to placebo are often around d = 0.3 (small to medium), which informs treatment decisions alongside side effects and patient preferences.

Pearson's r Benchmarks

  • Small: r = 0.1 — a weak association
  • Medium: r = 0.3 — a moderate relationship
  • Large: r = 0.5 — a strong association

In many areas of psychology and education, correlations above 0.5 are rare for single predictors due to the complexity of human behavior. For instance, the correlation between hours of study and exam grades typically ranges from 0.3 to 0.5, indicating a moderate effect.

Odds Ratio Interpretation

For odds ratios, benchmarks are more context-dependent. In medicine, an odds ratio of 1.5 is sometimes considered a weak effect, 2.0 moderate, and 3.0 or higher strong. However, in epidemiology, even small odds ratios (e.g., 1.2) can be meaningful if the exposure is common and the outcome is serious (e.g., cancer). The key is to combine the effect size with the baseline risk: a small relative effect can have a large absolute impact on population health.

Common Misconceptions About Effect Size

Despite its growing prominence, several misconceptions persist:

  • "A large effect size always means the result is important." A large effect size from a poorly designed study with confounding variables may be misleading. Effect size must be interpreted alongside study quality, sample representativeness, and potential biases.
  • "Effect size replaces the need for p-values." Both p-values and effect sizes serve complementary roles. A p-value checks whether the observed effect could be due to chance, while the effect size quantifies its strength. Reporting both is standard practice.
  • "Cohen's benchmarks are universal." Benchmarks vary by discipline. In some fields (e.g., physics or genetics), effect sizes of d = 0.2 might be considered huge, while in social psychology, d = 0.8 may be routine. Researchers should reference field-specific norms when possible.
  • "Effect size is only for parametric tests." Non-parametric effect sizes exist, such as Cliff's delta for ordinal data, the rank-biserial correlation, and Cramer's V for chi-square tests. These offer comparable interpretability without normal distribution assumptions.

Practical Examples of Effect Size in Research

To illustrate the utility of effect size, consider three research scenarios:

Example 1: Comparing Two Teaching Methods

A researcher randomly assigns 50 students to a new interactive curriculum and 50 to a traditional lecture. Post-test scores show a mean difference of 4 points (new: 82, traditional: 78) with pooled SD = 10. Cohen's d = 0.4—a small-to-medium effect. The p-value is 0.04 (significant at α = 0.05). Without effect size, a reader might overstate the importance of the "significant" finding. With d = 0.4, the researcher recognizes that the new method offers modest improvement, perhaps not enough to justify a costly curriculum overhaul.

Example 2: Correlation Between Exercise and Mood

A study of 200 adults finds a Pearson's r of 0.25 between weekly exercise hours and self-reported mood scores (p = 0.001). This is a small-to-medium correlation. The r² = 0.0625 indicates that exercise explains only about 6% of the variance in mood. While statistically significant, the practical implication is that exercise is one of many factors influencing mood, and interventions targeting exercise alone may have limited effect.

Example 3: Odds Ratio in a Case-Control Study

A case-control study of lung cancer (200 cases, 200 matched controls) investigates the association with a specific biomarker. The odds ratio is 3.2 (95% CI: 2.1–4.9), indicating that the odds of lung cancer are more than three times greater in those with the biomarker. This is a strong effect in epidemiology. The confidence interval (excluding 1) confirms statistical significance, and the effect size guides further research into potential causal mechanisms.

Reporting Effect Size in Research Papers

Leading style guides and journal requirements have evolved to mandate effect size reporting. The APA Publication Manual (7th ed.) states: "For the reader to appreciate the magnitude or importance of a study's findings, it is almost always necessary to include some measure of effect size in the Results section." Similarly, the American Medical Association (AMA) and the EQUATOR Network guidelines for clinical trials expect effect sizes with confidence intervals.

When reporting, follow these best practices:

  • Always report the specific type of effect size used (e.g., Cohen's d, Pearson's r, Hedges' g).
  • Provide the confidence interval for the effect size estimate (e.g., 95% CI [0.12, 0.68] for d).
  • Interpret the effect size in the context of prior literature and practical relevance, not just benchmarks.
  • Avoid phrases like "a large effect size was found" without also discussing what "large" means in that study's context.

Examples of good reporting: "The intervention group scored higher than the control group, Cohen's d = 0.63, 95% CI [0.27, 0.99], a medium-to-large effect consistent with prior meta-analyses."

Limitations of Effect Size Benchmarks

While Cohen's benchmarks are helpful teaching tools, they have limitations. They were originally proposed for the behavioral sciences and may not apply in other fields. For instance, a 0.2 effect size in clinical trials of life-saving drugs could be extremely important, while a 0.8 effect size in a study of personality traits might be trivial. Additionally, effect sizes can be inflated in small samples (especially with small N and large bias) or deflated by measurement error. Always consider the reliability of the instruments used and the homogeneity of the sample when interpreting effect size magnitude.

Another limitation is the risk of "effect size mining"—researchers choosing the effect size metric that makes their results look most impressive. To counter this, preregistration of effect size metrics is recommended. Furthermore, meta-analysts increasingly prefer standardized mean differences that adjust for small-sample bias (e.g., Hedges' g) and use random-effects models to account for between-study variability.

Effect Size and Power Analysis

Effect size is central to power analysis, which determines the sample size needed to detect a given effect with a desired level of statistical power. Using G*Power or similar tools, researchers input the expected effect size (often based on previous studies or pilot data), the significance level (α), and desired power (typically 0.80). The software outputs the required sample size. Conversely, after a study, researchers can use the observed effect size to compute achieved post-hoc power, though this practice is controversial because it does not address the study's primary question and can be misleading.

For example, an a priori power analysis for a two-group t-test aiming to detect a medium effect (d = 0.5) with α = 0.05 and power = 0.80 requires about 64 participants per group (128 total). This helps researchers avoid underpowered studies that waste resources and produce unreliable estimates.

Conclusion

Calculating and interpreting effect size is crucial for understanding the real-world impact of research results. By moving beyond dichotomous thinking of "significant vs. not significant" and focusing on the magnitude of effects, researchers can draw more nuanced, replicable conclusions. Effect size facilitates meta-analysis, informs power planning, and provides a common language for comparing findings across studies and fields.

For students and educators, mastering the concepts of effect size—including when to use Cohen's d, Pearson's r, or odds ratios—is an essential step in becoming critical consumers and producers of research. As the scientific community continues to emphasize transparency and reproducibility, effect size will remain a cornerstone of sound statistical practice. Whether you are conducting a small classroom experiment or a large clinical trial, reporting and interpreting effect size should be a routine part of your analytical workflow.

For further reading, consult the APA Publication Manual for guidelines on effect size reporting, and visit the National Center for Biotechnology Information for a practical overview of effect size in medical research. For a deeper dive into computational methods, the effsize package for R provides comprehensive functions. Finally, the Psychometrica effect size calculator offers an easy online tool for quick computations.