Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cordif

Estimate whether two independent correlations differ


Description

This function tests for statistical differences between two independent correlations using the formula provided on page 54 of Cohen & Cohen (1983). The function returns a z-score estimate.

Usage

cordif(rvalue1,rvalue2,n1,n2)

Arguments

rvalue1

Correlation value from first sample.

rvalue2

Correlation value from second sample.

n1

The sample size of the first correlation.

n2

The sample size of the second correlation.

Value

Produces a single value, the z-score for the differences between the correlations.

Author(s)

References

Cohen, J. & Cohen, P. (1983). Applied multiple regression/correlation analysis for the behavioral sciences (2nd Ed.). Hillsdale, NJ: Lawrence Erlbaum Associates.

See Also

Examples

cordif(rvalue1=.51,rvalue2=.71,n1=123,n2=305)

multilevel

Multilevel Functions

v2.6
GPL (>= 2)
Authors
Paul Bliese
Initial release
2016-07-26

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.