compcorr: Fisher's Z test for comparing two correllation coefficients.

Usage Arguments Details Value Author(s)

Usage

1
compcorr(n1, r1, n2, r2)

Arguments

n1

n for correlation 1.

r1

r for correlation 1.

n2

n for correlation 2.

r2

r for correlation 2.

Details

Test whether two correlation coefficients are statistically different using the difference between Fisher's Z transforms.

Method cribbed from:

  1. http://www.fon.hum.uva.nl/Service/Statistics/Two_Correlations.html

  2. http://ftp.sas.com/techsup/download/stat/compcorr.html

Implemented in R by me.

Value

list containing diff(Z1, Z2) and pval for difference.

Author(s)

Dave Braze davebraze@gmail.com


davebraze/FDB1 documentation built on May 14, 2019, 8:59 p.m.