cor.spearman {YRmisc} | R Documentation |
Calculate Spearman Rank Correlation, which is the nonparametric version of the Pearson product-moment correlation.
cor.spearman(x,y)
x |
:a numeric variable |
y |
:a numeric variable |
cor.spearman(mtcars[,1], mtcars[,3])