test.spear2: Hypothesis test for a 2-group Spearman correlation difference

View source: R/statpsych2.R

test.spear2R Documentation

Hypothesis test for a 2-group Spearman correlation difference

Description

Computes a z test for a difference of population Spearman correlations in a 2-group design. The test statistic uses a Bonett-Wright standard error for each Spearman correlation. The hypothesis testing results should be accompanied with a confidence interval for a difference in population Spearman correlation values.

Usage

test.spear2(cor1, cor2, n1, n2)

Arguments

cor1

estimated Spearman correlation for group 1

cor2

estimated Spearman correlation for group 2

n1

sample size for group 1

n2

sample size for group 2

Value

Returns a 1-row matrix. The columns are:

  • Estimate - estimate of correlation difference

  • z - z test statistic

  • p - two-sided p-value

References

\insertRef

Bonett2000statpsych

See Also

ci.spear2

Examples

test.spear2(.684, .437, 100, 125)

# Should return:
# Estimate        z          p
#    0.247 2.498645 0.01246691



statpsych documentation built on Sept. 11, 2024, 7:42 p.m.