| SE.SMD_from_SMD | R Documentation | 
Approximates SMD standard error from sample sizes and SMD.
SE.SMD_from_SMD(SMD, n1, n2, method = "hedges")
| SMD | standardized mean differences | 
| n1 | sample size group 1 | 
| n2 | sample size group 2 | 
| method | transformation method ("hedges", "cohen") | 
Standard error of SMD (e.g. standard error of intervention effect)
Cooper, H., Hedges, L. V., & Valentine, J. C. (Eds.). (2009). Link
# SMD = 0.6, sample size group_1 = 50, sample size group_2 = 75
SE.SMD_from_SMD(0.6, 50, 75)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.