🧠 MindStat

⚠️ Example not found

This example does not exist or may have been moved.

Browse all examples
🎯
Effect Size

Effect Sizes — Cohen's d, η², Cramér's V, and r

Four effect size measures: Cohen's d=0.97 (large), η²=.346, Cramér's V=.438, r=.447. Reference table for thresholds.

📊 d=0.97 (large), η²=.35, V=.44
Step-by-step solution

🎯 16 · Effect Sizes — Cohen's d, η², Cramér's V, r

Calculating & Interpreting Four Common Effect Size Measures
Effect Size
Effect size quantifies the practical magnitude of a result, independent of sample size. Always report effect size alongside p-values in APA-7 manuscripts.
Cohen's d — for t-tests (difference between two means)
Pooled-SD Formula
d = M 1 M 2 S D p o o l e d , S D p o o l e d = ( n 1 1 ) S D 1 2 + ( n 2 1 ) S D 2 2 n 1 + n 2 2
Worked example — Drug vs. Control (n=15 each, M₁=82, M₂=76, SD₁=6.5, SD₂=5.9)
S D p o o l e d = 14 ( 6.5 ) 2 + 14 ( 5.9 ) 2 28 = 592 + 487 28 = 38.5 = 6.21 d = 82 76 6.21 = 6 6.21 = 0.97 ( large )
Eta-squared η² — for ANOVA (proportion of variance explained)
η 2 = S S b e t w e e n S S t o t a l , ω 2 = S S b e t w e e n d f b e t w e e n M S w i t h i n S S t o t a l + M S w i t h i n ( less biased ) Example:  S S b e t w e e n = 180 , S S t o t a l = 520 η 2 = 180 520 = .346 ( large )
Cramér's V — for chi-square (association between categorical variables)
V = χ 2 n min ( r 1 , c 1 ) Example:  χ 2 = 8.64 , n = 45 , 2 × 2  table V = 8.64 45 × 1 = .192 = .438 ( large )
r — for Mann-Whitney / Wilcoxon (non-parametric)
r = | z | N Example:  z = 2.45 , N = 30 r = 2.45 30 = 2.45 5.48 = .447 ( medium-large )
MeasureUse withSmallMediumLarge
Cohen's dt-tests0.200.500.80
η² (eta-squared)ANOVA.01.06.14
η²p (partial)Factorial ANOVA.01.06.14
Cramér's VChi-square.10.30.50
r (Pearson/Spearman)Correlation.10.30.50
r (z/√N)Mann-Whitney.10.30.50
💡 Cohen's (1988) thresholds are benchmarks, not rules. A 'small' effect can be critically important in medicine; a 'large' effect may be trivial in engineering. Always interpret effect sizes in context.