compcorr {DiffCorr} | R Documentation |
Compare two correlation coefficients
Description
Compare two correlation coefficients using Fisher's Z-transformation
Usage
compcorr(n1, r1, n2, r2)
Arguments
n1 |
sample size under condition 1 |
r1 |
correlation coefficient under condition 1 |
n2 |
sample size under condition 2 |
r2 |
correlation coefficient under condition 1 |
Value
list of result (diff and p-value)
Author(s)
Atsushi Fukushima
References
http://www.fon.hum.uva.nl/Service/Statistics/Two_Correlations.html http://support.sas.com/ctx/samples/index.jsp?sid=494 http://support.sas.com/ctx/samples/index.jsp?sid=494
Examples
compcorr(10, 0.1, 10, 0.9)
[Package DiffCorr version 0.4.3 Index]