other_to_d | R Documentation |
This function allows you to convert other effect sizes to d including f, f squared, number needed to treat, correlation coefficient, probability of superiority, proportion overlap (u1, u2, u3, and proportion distribution overlap). Please note these are approximations.
other_to_d(
f = NULL,
f2 = NULL,
nnt = NULL,
r = NULL,
prob = NULL,
prop_u1 = NULL,
prop_u2 = NULL,
prop_u3 = NULL,
prop_overlap = NULL
)
f |
Cohen's f |
f2 |
Cohen's f squared |
nnt |
Number needed to treat |
r |
Correlation coefficient |
prob |
Probability superiority |
prop_u1 |
Proportion Overlap U1 |
prop_u2 |
Proportion Overlap U2 |
prop_u3 |
Proportion Overlap U3 |
prop_overlap |
Proportion Overlap of Distributions |
d effect size
other_to_d(f = .1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.