Description Usage Arguments Value Note References Examples
Compute effect size from Student's t-test for independent samples.
1 2 3 4 5 6 7 8 9 10 |
t |
The t-value of the t-test. One of |
p |
The p-value of the t-test. One of |
totaln |
Total sample size. Either |
grp1n |
Treatment group sample size. |
grp2n |
Control group sample size. |
es.type |
Type of effect size that should be returned.
|
study |
Optional string with the study name. Using |
... |
Other parameters, passed down to further functions. For internal use only, can be ignored. |
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
.
This function only applies to independent sample t-tests, either
equal or unequal sample sizes. It can't be used for t-values from
dependent or paired t-tests, or t-values from other statistical procedures
(like regressions).
If es.type = "r"
, Fisher's transformation for the effect size
r
and their confidence intervals are also returned.
Lipsey MW, Wilson DB. 2001. Practical meta-analysis. Thousand Oaks, Calif: Sage Publications
Wilson DB. 2016. Formulas Used by the "Practical Meta-Analysis Effect Size Calculator". Unpublished manuscript: George Mason University
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.