Effect Size Calculator
Reviewed by CalcMulti Editorial Team·Last updated: ·← Statistics Hub
Effect size measures the practical magnitude of a finding — not just whether an effect exists (p-value), but how large it is. Cohen's d for comparing two means, Pearson r for correlations, and eta-squared (η²) for ANOVA each quantify the size of an effect on a standardised scale.
A study can have p < 0.001 (highly significant) while the effect size is tiny and practically meaningless. Reporting effect size alongside p-values is now required by most major journals and is essential for power analysis, meta-analysis, and translating research into decisions.
Formula
Cohen's d = (x̄₁ − x̄₂) / s_pooled | r = √(t² / (t² + df)) | η² = SS_between / SS_total
Effect Size Benchmarks (Cohen, 1988)
| Interpretation | Cohen's d | r | η² (ANOVA) |
|---|---|---|---|
| Negligible | < 0.2 | < 0.1 | < 0.01 |
| Small | 0.2 – 0.5 | 0.1 – 0.3 | 0.01 – 0.06 |
| Medium | 0.5 – 0.8 | 0.3 – 0.5 | 0.06 – 0.14 |
| Large | ≥ 0.8 | ≥ 0.5 | ≥ 0.14 |
Which Effect Size Measure Should I Use?
| Analysis type | Effect size | Notes |
|---|---|---|
| Two independent group means (t-test) | Cohen's d | Most common; units = SDs |
| One-sample vs reference mean | Cohen's d (one-sample) | d = (x̄ − μ₀) / s |
| Paired before/after means | Cohen's d (paired) | d = mean difference / SD of differences |
| Correlation between two variables | Pearson r | r² = proportion of variance shared |
| t-test → effect size | r = √(t²/(t²+df)) | Convert directly from t output |
| One-way ANOVA | Eta-squared η² | SS_between / SS_total |
| Multi-factor ANOVA | Partial η²p | Excludes other factors from denominator |
Case Study: Drug Trial Effect Size
A clinical trial compared a new antidepressant (n=45, mean depression score=18.2, SD=6.1) to placebo (n=45, mean=22.8, SD=6.4). The t-test gave t=3.68, df=88, p=0.0004. Highly significant — but how large is the effect?
Pooled SD = √[(6.1²×44 + 6.4²×44)/88] = √39.21 = 6.26. Cohen's d = (22.8−18.2)/6.26 = 0.73. Effect size r = 0.73/√(0.73²+4) = 0.34.
d = 0.73 is a medium-to-large effect — the drug reduces depression by nearly three-quarters of a standard deviation. The r² = 0.12 means the drug accounts for 12% of variance in depression scores. The research team concluded the effect was both statistically and clinically significant, and proceeded to Phase III trials.
Related Calculators
Test significance; compute d from t-test output
Sample Size CalculatorPower analysis requires effect size input
Confidence Interval CalculatorCI for means pairs naturally with d
Correlation Calculatorr as both correlation and effect size
T-Score CalculatorConvert t to r effect size
Statistics HubAll statistics calculators & guides
Disclaimer
This calculator is for educational purposes only and does not constitute professional advice. Results are based on standard mathematical formulas. Always verify critical calculations with a qualified professional before making important decisions.