Effect size tells you how much a treatment or difference matters, not just whether it’s statistically significant. Use this Effect Size Calculator to compute common effect sizes (Cohen’s d, Hedges’ g, correlation r, and odds ratio) from data you already have.
You’ll plug in group means and standard deviations (or test statistics for r/odds ratio) and get an interpretable result you can report in research summaries.
What an Effect Size Calculator Computes
An effect size converts raw outcomes into a standardized metric. That lets you compare results across studies, measures, and sample sizes. The right formula depends on your study design and what summary statistics you have.
This article covers the most common options:
- Cohen’s d: standardized mean difference using pooled standard deviation.
- Hedges’ g: Cohen’s d corrected for small sample bias.
- Correlation r: effect size derived from a test statistic (t or chi-square).
- Odds ratio (OR): effect size for binary outcomes.
Key Concepts and Variables (Simple Definitions)
Before using an Effect Size Calculator, match your data to the correct input set.
| Effect size | What you need | What it represents |
|---|---|---|
| Cohen’s d | Group means, standard deviations, and sample sizes | Difference in means in “standard deviation units” |
| Hedges’ g | Same as d, plus a bias correction factor | More accurate standardized mean difference for small samples |
| Correlation r | t statistic (and degrees of freedom) or chi-square | Strength of association on a -1 to +1 scale |
| Odds ratio (OR) | 2×2 table counts (a, b, c, d) | How much higher the odds are in the treatment group |
Formulas You’ll Use (and What the Calculator Does)
Cohen’s d (Standardized Mean Difference)
Cohen’s d compares two group means using a pooled standard deviation. The sign is determined by mean1 − mean2, so you can interpret direction (who scored higher).
Formula:
d = (M1 − M2) / spooled
where
spooled = sqrt(((n1 − 1)·SD1² + (n2 − 1)·SD2²) / (n1 + n2 − 2))
Hedges’ g (Small-Sample Corrected d)
When sample sizes are small, Cohen’s d tends to overestimate the true effect. Hedges’ g applies a correction factor to reduce that bias.
Formula:
g = J · d
where
J = 1 − (3 / (4·df − 1)) and df = n1 + n2 − 2.
Correlation r from a t Statistic
Many reports give a t test for group differences. You can convert t into a correlation-style effect size r, which ranges from -1 to +1.
Formula:
r = sqrt(t² / (t² + df))
Sign handling depends on whether the report defines direction. If you have a direction (which group is higher), apply it to r based on your mean difference.
Odds Ratio (OR) from a 2×2 Table
For binary outcomes, odds ratios compare the odds of an event between two groups. OR = 1 means no difference. OR > 1 means higher odds in group 1; OR < 1 means lower odds.
2×2 table layout:
- a: event in group 1
- b: non-event in group 1
- c: event in group 2
- d: non-event in group 2
Formula:
OR = (a / b) / (c / d) = (a·d) / (b·c)
If any cell count is zero, OR can become unstable. The calculator uses a small continuity correction option so you can still get a usable estimate.
How to Interpret Effect Sizes (Practical Benchmarks)
Effect size interpretation depends on the field and context. Still, common “rule of thumb” benchmarks help you communicate magnitude quickly.
- Cohen’s d / Hedges’ g: ~0.2 small, ~0.5 medium, ~0.8 large (direction comes from the sign).
- Correlation r: ~0.1 small, ~0.3 medium, ~0.5 large (again, sign indicates direction).
- Odds ratio OR: OR = 1 no effect; OR > 1 suggests increased odds; OR < 1 suggests decreased odds.
Benchmarks are not laws. Always consider measurement quality, baseline risk, and whether the effect is meaningful for real-world decisions.
Practical Examples (Real Use Cases)
Example 1: Training Program vs. Control (Means and SDs)
Suppose a study reports that the training group scored M1 = 78 (SD1 = 12, n1 = 40) and the control group scored M2 = 70 (SD2 = 15, n2 = 38). The difference is 8 points, but standardized effect size tells you how large that difference is relative to variability.
Enter M1, SD1, n1, M2, SD2, n2 into the calculator. It will compute Cohen’s d and Hedges’ g. If g is around 0.3, for instance, that suggests a small-to-medium improvement in standardized units.
Example 2: Binary Outcome (Odds Ratio)
A clinic study compares two treatments for recovery (yes/no). You have counts: treatment group event a = 30, non-event b = 10, control event c = 20, non-event d = 20. OR quantifies how much higher the odds of recovery are under treatment.
Enter a, b, c, d into the calculator. It returns OR and (optionally) a log-scale view for easier reporting. An OR of 3, for example, means the treatment group has about three times the odds of recovery.
Common Mistakes to Avoid
- Mixing up SD and SE: standard deviations belong in d/g formulas; standard errors require different handling.
- Ignoring direction: d and r can be negative. Keep sign consistent with your hypothesis.
- Using the wrong effect size type: means/SDs go with d/g; odds ratios go with 2×2 counts.
- Forcing interpretation from p-values: statistical significance does not tell you the magnitude of practical impact.
Frequently Asked Questions
What is an effect size, in plain language?
Effect size measures the size of a difference in standardized units. It answers “how much change” rather than “did we detect it.” For example, Cohen’s d expresses a mean difference relative to variability, letting you compare results across studies and outcomes.
When should I use Cohen’s d versus Hedges’ g?
Use Cohen’s d for a general standardized mean difference when sample sizes are moderate to large. Use Hedges’ g when you have small samples because it applies a bias correction that reduces overestimation. Both quantify the same concept, just with different accuracy.
Can I compute effect size if I only have a t statistic?
Yes. Many tests report a t value and degrees of freedom. You can convert t into a correlation-style effect size r using r = sqrt(t²/(t²+df)). If you also know which group is higher, you can assign the sign to match direction.
How do I interpret an odds ratio (OR)?
An odds ratio compares event odds between two groups. OR = 1 means equal odds. OR > 1 means higher odds in group 1, and OR < 1 means lower odds. For magnitude, remember OR grows quickly for rare events.
Why does effect size matter when p-values are significant?
P-values reflect how unlikely the data are under a null hypothesis. They do not measure practical importance. Effect size quantifies magnitude, helping you judge whether a difference is meaningful in real settings, and whether results replicate across studies.
Next Steps: Reporting Effect Sizes Clearly
When you report an effect size, include the type (d, g, r, or OR), the direction, and the inputs used. If possible, add a confidence interval or standard error for uncertainty.
With an Effect Size Calculator, you can standardize your reporting and make your results easier to compare, review, and apply.