Effect size calculator
A p-value tells you whether an effect is there; an effect size tells you how big it is. This calculates the ones a dissertation reports.
An effect size quantifies the magnitude of a result on a scale that does not depend on the sample size, which is why reviewers now expect one beside every significance test. This calculator returns Cohen's d and the bias-corrected Hedges' g from two groups' means, eta-squared from an ANOVA F, and the odds ratio and risk ratio from a 2x2 table, including the conversion between them. Each comes with the formula it was computed from.
Cohen's d
0.666
A medium effect by Cohen's benchmarks.
The formulas behind each effect size
Cohen's d standardises the difference between two means by the pooled standard deviation:
d = (M₁ - M₂) / s_pooled
Hedges' g multiplies d by a small-sample correction factor, J = 1 - 3 / (4 × df - 1), which removes the upward bias d carries in small samples. Eta-squared from an F statistic is:
η² = (df₁ × F) / (df₁ × F + df₂)
The odds ratio is ad / bc from the 2x2 table, the risk ratio compares the two row risks, and the conversion uses RR = OR / (1 - p₀ + p₀ × OR), where p₀ is the baseline risk. The odds ratio and risk ratio only coincide when the outcome is rare, which is why the baseline risk has to be supplied for the conversion.
How to interpret effect size: small, medium, and large
An effect size only becomes meaningful once you read it against a benchmark, and each metric has its own. For Cohen's d the conventional cut points are 0.2 for a small effect, 0.5 for medium, and 0.8 for large, while a Pearson's r reads 0.1, 0.3, and 0.5 across the same three bands. For an ANOVA, an eta-squared of 0.01, 0.06, and 0.14 marks small, medium, and large shares of variance explained. These thresholds are starting points, not laws.
The effect size meaning that matters most is the practical one: a small standardised value can still be important in a field where effects are typically tiny, and a large value can be unremarkable where big effects are the norm. Interpret your number against what is usual in your own literature, then state plainly what the difference or relationship means for your research question rather than leaving the reader to decode the benchmark.
Choosing the right effect size for your design
The metric you report follows directly from the test you ran. For a difference between two group means, such as a t-test, report Cohen's d or the bias-corrected Hedges' g. For the relationship between two continuous variables, report the correlation coefficient. For an analysis of variance, report eta-squared or partial eta-squared, and for a 2x2 outcome table or a logistic model, report an odds ratio or risk ratio.
Matching the metric to the design is what keeps your results chapter coherent: a reader should be able to look at the test and predict which effect size accompanies it. When the design is mixed, report the effect size that the test statistic naturally produces rather than converting between scales unless a conversion is genuinely needed.
Eta-squared vs partial eta-squared in ANOVA
When you run an analysis of variance with more than one factor, two versions of the same idea appear. Eta-squared is the factor's sum of squares over the total sum of squares, so the values for all effects in the model add up toward one. Partial eta-squared divides the factor's sum of squares by itself plus the error term, which removes the other factors from the denominator and usually returns a larger number.
Statistical software, SPSS in particular, reports partial eta-squared by default, so make clear which one you are quoting. Mixing the two, or comparing a partial value from one study against a non-partial value from another, is a common source of confusion in a results chapter write-up. State the version by name every time.
Reporting Cohen's d and effect sizes in APA style
In APA style the effect size travels in the same sentence as the test statistic and the exact p-value, never as a footnote. Report the metric by name and its value to two decimal places, for example a t-test result followed by d = 0.62, and give an interval around the estimate where the convention allows. Drop the leading zero on correlation coefficients and other values that cannot exceed one.
For the full formatting of statistics, signs, and decimals, follow the APA conventions for results. Done well, the effect size is the sentence your committee remembers, because it is the one that says how much your finding actually matters.
Effect size, statistical power, and sample size
The effect size you expect is the input that drives every power analysis, and it carries more weight than any other design decision. Because statistical power is the probability of detecting an effect of a stated magnitude, the required sample grows steeply as the expected effect shrinks: detecting d = 0.8 between two groups takes about 26 participants per group at 80% power, d = 0.5 takes about 64, and d = 0.2 needs nearly 400. That curve is why the value you assume should come from prior studies or a pilot rather than a hopeful guess, and why it pays to plan the sample your study needs before a single response is collected.
Two habits keep the relationship honest. First, resist post-hoc “observed power”, computed after the fact from the effect you happened to find: it is a direct restatement of the p-value and adds no new information, which is why reviewers increasingly reject it. The power argument only means something when it is made before the data exist, a logic our explainer on what statistical power actually buys you sets out in full. Second, report a confidence interval around d or g, because the interval is what communicates precision. A d of 0.6 spanning 0.1 to 1.1 says the study saw something but cannot pin down its size, while the same estimate spanning 0.45 to 0.75 supports a far stronger claim. The width of that interval, not the point estimate, tells the reader how much the study actually learned.
Frequently asked questions
- What is the formula for calculating effect size?
The formula depends on the effect size. Cohen's d is the difference between two means divided by their pooled standard deviation, eta-squared is the between-groups sum of squares divided by the total sum of squares, and an odds ratio is the cross-product of a 2x2 table. This calculator computes each of these from the summary figures you enter.
- How do you calculate eta squared?
Eta-squared is the proportion of total variance explained by a factor, calculated as the factor's sum of squares divided by the total sum of squares. When you only have the ANOVA output, it can be recovered from the F value and the degrees of freedom, which is what this tool does. The result ranges from 0 to 1, where 0.01, 0.06, and 0.14 mark small, medium, and large effects.
- How do you convert an odds ratio to a risk ratio?
An odds ratio is converted to a risk ratio using the baseline risk in the unexposed group: RR = OR / (1 - p0 + p0 x OR), where p0 is that baseline risk. The two values diverge as the outcome becomes more common, so the conversion matters most for frequent events. Enter the odds ratio and the baseline risk above to apply this formula.
- Should I use an odds ratio or a risk ratio?
Risk ratios are easier to interpret and are preferred for cohort studies and randomised trials, where the baseline risk is known. Odds ratios suit case-control studies and logistic regression, where risks cannot be estimated directly. For common outcomes the odds ratio overstates the effect, so a risk ratio is the safer summary whenever you can compute it.