compute_smd_var {smd} | R Documentation |
Computes SMD variance
Description
Calculates the variance of a standardized mean difference using the method of Hedges and Olkin (1985):
Usage
compute_smd_var(d, smd_parts)
Arguments
d |
an SMD value |
smd_parts |
a |
Details
\sqrt{\frac{n_1 + n_2}{n_1n_2} + \frac{d^2}{2(n_1 + n_2)}}
[Package smd version 0.8.0 Index]