cordif: Estimate whether two independent correlations differ

View source: R/multilevel.R

cordifR Documentation

Estimate whether two independent correlations differ

Description

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)

Paul Bliese pdbliese@gmail.com

References

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

See Also

rtoz cordif.dep

Examples

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

multilevel documentation built on March 18, 2022, 5:47 p.m.