Effect Sizes Means
Effect Sizes Means
Hongmei Zhang
Table of contents
Methods to compute d
published articles usually do not provide d directly
we need to use the provided statistis to compute back
how to compute d from a t-test statistic?
x¯1 −x¯2
definition of t-statistic: t = r
n1 +n2
s n1 n2
then d =?
What if the information given is p-value and sample sizes for
two independent groups? Can we still compute back to get d?
How?
Example
Two studies with the following information
sample means: X̄1 = 103, X̄2 = 100
sample standard deviations: S1 = 5.5, S2 = 4.5
sample size n1 = n2 = 50
Question: what is Cohen’s d and what is Hedge’s g ? And
what are their corresponding sample standard deviations?
Cohen’s d
X̄1 −X̄2 103−100
d= Spooled
= Spooled
q
(50−1)×S 2 +(50−1)×S 2
1 2
Spooled = 50+50−2
= 5.0249
substitute Spooled in the first equation by 5.0249, we have
d = 0.5970
next we calculate SEd
s
p n1 + n2 d2
SEd = Vd = +
n1 n2 2(n1 + n2 )
s
50 + 50 0.59702 √
= + = 0.0418 = 0.2044
50 × 50 2(50 + 50)
Hedge’s g
3
g = d × J = d(1 − )
4 df − 1
3
= 0.5970 × (1 − )
4 × (50 + 50 − 2) − 1
= 0.5970 ∗ 0.9923
=
0.5924
√ √ √
SEg = J 2 Vd = 0.99232 × 0.0418 = 0.0411 = 0.2028
SAS program to achieve the above calculations
What do we observe? Are g and d close? Which one will be
always smaller?
based on this observation, what is the intuitive justification
behind the definition of g ?
what happens if sample sizes are large?
Example
sample means: X̄1 = 103, X̄2 = 100
sample standard deviation of the differences: Sdiff = 5.5
sample size n = 50
correlation between pre- and post-scores is r = 0.7
Cohen’s d
−X̄2
d = X̄S1within = 103−100
Swithin
Swithin = √ Sdiff =√ 5.5
= 7.1005
2×(1−r ) 2×(1−0.7)
substitute Swithin
qto the calculation of d, we have d = 0.4225
√ d2
SEd = Vd = (1/n + 2n ) × 2 × (1 − r ) =
q
2
(1/50 + 0.4225
2×50 ) × 2 × (1 − 0.7) = 0.1143
Hedge’s g – exercise