calc_PRE | R Documentation |
Calculate PRE from Cohen's f, f_squared, or partial correlation
calc_PRE(f = NULL, f_squared = NULL, r_p = NULL)
f |
Cohen's f. Cohen (1988) suggested >=0.1, >=0.25, and >=0.40 as cut-off values of f for small, medium, and large effect sizes, respectively. |
f_squared |
Cohen's f_squared. Cohen (1988) suggested >=0.02, >=0.15, and >=0.35 as cut-off values of f for small, medium, and large effect sizes, respectively. |
r_p |
Partial correlation. |
A list including PRE, the absolute value of r_p (partial correlation), Cohen's f_squared, and f.
Cohen, J. (1988). Statistical power analysis for the behavioral sciences (2nd ed.). Routledge.
calc_PRE(f = 0.1)
calc_PRE(f_squared = 0.02)
calc_PRE(r_p = 0.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.