Description Usage Arguments Value References Examples
This function computes Cohen's d values based on 2x2 table data using the ‘probit transformation’.
1 | d_from_2x2(a, b, c, d, biasCorrect = TRUE)
|
a |
Numerical vector for the number of observations in group 1 with outcome 1. |
b |
Numerical vector for the number of observations in group 1 with outcome 2. |
c |
Numerical vector for the number of observations in group 2 with outcome 1. |
d |
Numerical vector for the number of observations in group 2 with outcome 2. |
biasCorrect |
Logical to indicate if the d-values should be bias-corrected. Can also be a vector. |
A numeric vector of Cohen's d
values.
Rosenthal, R. (1994). Parametric measures of effect size. In H. Cooper & L. V. Hedges (Eds.), The handbook of research synthesis (1st ed., pp. 231-244). New York: Russell Sage Foundation.
Sanchez-Meca, J., Marin-Martinez, F., & Chacon-Moscoso, S. (2003). Effect-size indices for dichotomized outcomes in meta-analysis. Psychological Methods, 8(4), 448-467.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.