Description Usage Arguments Value Author(s) References See Also Examples
View source: R/CohensD.unpairedT.R
Calculate's Cohen's d using results from an unpaired (indepednet samples) t-test
1 | CohensD.unpairedT(t.val, n1, n2)
|
t.val |
t statistic from unpaired/indepednet samples t-test |
n1 |
Sample size for group 1 |
n2 |
Sample size for group 2 |
Cohen's d effect size
A. Alexander Beaujean
Cohen, J. (1988). Statistical power analysis for the behavioral sciences (2nd ed.). Mahwah, NJ: Erlbaum.
t.test
1 2 3 4 5 6 7 8 9 10 |
d
0.6128044
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.