es.q | R Documentation |
Calculates the q effect size for comparing two correlation coefficients. Based on Cohen (1988).
es.q(rho1 = NULL, rho2 = NULL)
rho1 |
The correlation coefficient in group 1. |
rho2 |
The correlation coefficient in group 2. |
Cohen J (1988) Statistical Power Analysis for the Behavioral Sciences, 2nd edition. Lawrence Erlbaum Associates, Hillsdale, New Jersey
A list of the arguments and the q effect size.
es.q(rho1 = 0.3, rho2 = 0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.