Spearman | R Documentation |
Calculates Sperman's rank correlations. The function is a wrapper to
cor()
.
Spearman(data, ...)
data |
|
... |
ellipsis, arguments are passed down to |
matrix
cor
, Kendall
S <- equicorr(d = 3, rho = 0.5)
data <- rmnorm(1000, Sigma = S)
Spearman(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.