powered by
Computes a confidence interval for a difference of population Spearman correlations in a 2-group design.
ci.spear2(alpha, cor1, cor2, n1, n2)
Returns a 1-row matrix. The columns are:
Estimate - estimated correlation difference
SE - standard error
LL - lower limit of the confidence interval
UL - upper limit of the confidence interval
alpha level for 1-alpha confidence
estimated Spearman correlation for group 1
estimated Spearman correlation for group 2
sample size for group 1
sample size for group 2
Bonett2000statpsych
Zou2007statpsych
ci.spear2(.05, .54, .48, 180, 200) # Should return: # Estimate SE LL UL # 0.06 0.08124926 -0.1003977 0.2185085
Run the code above in your browser using DataLab