View source: R/es_from_point_biserial_COR.R
es_from_pt_bis_r_pval | R Documentation |
Convert a p-value of a point-biserial correlation coefficient into several effect size measures
es_from_pt_bis_r_pval(
pt_bis_r_pval,
n_exp,
n_nexp,
smd_to_cor = "viechtbauer",
reverse_pt_bis_r_pval
)
pt_bis_r_pval |
p-value of a point-biserial correlation coefficient |
n_exp |
total number of participants in the exposed group |
n_nexp |
total number of participants in the non exposed group |
smd_to_cor |
formula used to convert the |
reverse_pt_bis_r_pval |
a logical value indicating whether the direction of the generated effect sizes should be flipped. |
This function converts the p-value of a point biserial correlation into a Student's t-value.
The formula used to obtain this Student's t-value is:
t = pt(\frac{pt\_bis\_r\_pval}{2}, df = n\_exp + n\_nexp - 2)
Calculations of the es_from_student_t
function are then applied.
This function estimates and converts between several effect size measures.
natural effect size measure | D + G |
converted effect size measure | OR + R + Z |
required input data | See 'Section 11. ANOVA statistics, Student's t-test, or point-bis correlation' |
https://metaconvert.org/input.html | |
Lipsey, M. W., & Wilson, D. B. (2001). Practical meta-analysis. Sage Publications, Inc.
es_from_pt_bis_r_pval(pt_bis_r_pval = 0.2, n_exp = 121, n_nexp = 121)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.