Learn R Programming

powertools (version 1.0.0)

es.q: Cohen q effect size calculation for two correlation coefficients

Description

Calculates the q effect size for comparing two correlation coefficients. Based on Cohen (1988).

Usage

es.q(rho1 = NULL, rho2 = NULL)

Value

A list of the arguments and the q effect size.

Arguments

rho1

The correlation coefficient in group 1.

rho2

The correlation coefficient in group 2.

Details

Cohen J (1988) Statistical Power Analysis for the Behavioral Sciences, 2nd edition. Lawrence Erlbaum Associates, Hillsdale, New Jersey

Examples

Run this code
es.q(rho1 = 0.3, rho2 = 0.1)

Run the code above in your browser using DataLab