Learn R Programming

DiffCorr (version 0.4.3)

compcorr: Compare two correlation coefficients

Description

Compare two correlation coefficients using Fisher's Z-transformation

Usage

compcorr(n1, r1, n2, r2)

Value

list of result (diff and p-value)

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

Author

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

Run this code
compcorr(10, 0.1, 10, 0.9)

Run the code above in your browser using DataLab