Calculate Spearman's rank correlation with its confidence intervals by SAS method
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)
x |
A numeric vector. |
y |
A numeric vector. |
adj.bias |
Logical. If TRUE, adjustment for bias is taken. Default TRUE. |
conf.level |
Probability for confidence intervals. Default is 0.95. |
rho |
Calculated point estimate of Spearman's rank correlation coefficient. |
rho.ll |
The lower limit of given confidence intervals. |
rho.ul |
The upper limit of given confidence intervals. |
adj.bias |
The option for bias adjustment taken. |
Minato Nakazawa minato-nakazawa@umin.net http://minato.sip21c.org/
data(airquality) spearman.ci.sas(airquality$Ozone, airquality$Wind)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.