cohens_q: Cohen's q Calculation

Description Usage Arguments Value Author(s) References Examples

View source: R/cohens_q.R

Description

Calculates Cohen's q for the effect size of the difference between two correlation values

Usage

1
cohens_q(corr1, corr2)

Arguments

corr1

Correlation for First Group

corr2

Correlation for Second Group

Value

A single value representing Cohen's q

Author(s)

Mike Malek-Ahmadi

References

1. Cohen, Jacob (1988). Statistical Power Analysis for the Behavioral Sciences. Routledge. ISBN 978-1-134-74270-7.

2. Yang G, Li D, Rao Y, Lu F. The relationship between cortical thickness and language comprehension varies with sex in healthy young adults: a large sample analysis. Neuroreport 2020;31(2):184-188.

Examples

1
2
3
4
#From Yang et al (2020), Cohen's q for the difference between female and male correlation
#values for vocabulary comprehension and cortical thickness.

cohens_q (0.318, 0.174)

ClinSigMeasures documentation built on Feb. 25, 2021, 5:08 p.m.