View source: R/convert_d2etasq.R
| convert_d2etasq | R Documentation |
Compute effect size Eta Squared from effect size d.
convert_d2etasq(d, se, v, grp1n, grp2n, info = NULL, study = NULL)
d |
The effect size |
se |
The standard error of |
v |
The variance of |
grp1n |
Treatment group sample size. |
grp2n |
Control group sample size. |
info |
String with information on the transformation. Used for the print-method. Usually, this argument can be ignored |
study |
Optional string with the study name. Using |
The effect size es, the standard error se, the variance
of the effect size var, the lower and upper confidence limits
ci.lo and ci.hi, the weight factor w and the
total sample size totaln.
Cohen J. 1988. Statistical Power Analysis for the Behavioral Sciences. 2nd ed. Hillsdale, NJ: Erlbaum
# d to eta squared
convert_d2etasq(d = 0.7, se = 0.5, grp1n = 70, grp2n = 80)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.