Description Usage Arguments Examples
Calculate Spearman Rank Correlation, which is the nonparametric version of the Pearson product-moment correlation.
1 | cor.spearman(x,y)
|
x |
:a numeric variable |
y |
:a numeric variable |
1 | cor.spearman(mtcars[,1], mtcars[,3])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.