powered by
Calculate Spearman's rank correlation with its confidence intervals by the same method as SAS.
spearman.ci.sas(x, y, adj.bias=TRUE, conf.level=0.95)
A numeric vector.
Logical. If TRUE, adjustment for bias is taken. Default TRUE.
Probability for confidence intervals. Default is 0.95.
Calculated point estimate of Spearman's rank correlation coefficient.
The lower limit of given confidence intervals.
The upper limit of given confidence intervals.
The option for bias adjustment taken.
http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/corr_toc.htm
# NOT RUN { data(airquality) spearman.ci.sas(airquality$Ozone, airquality$Wind) # }
Run the code above in your browser using DataLab