| compute_smd_var | R Documentation | 
Calculates the variance of a standardized mean difference using the method of Hedges and Olkin (1985):
compute_smd_var(d, smd_parts)
| d | an SMD value | 
| smd_parts | a  | 
\sqrt{\frac{n_1 + n_2}{n_1n_2} + \frac{d^2}{2(n_1 + n_2)}}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.