Last chance! 50% off unlimited learning
Sale ends in
Calculates Sperman's rank correlations. The function is a wrapper to
cor()
.
Spearman(data, ...)
matrix
matrix
or data.frame
ellipsis, arguments are passed down to cor()
cor
, Kendall
S <- equicorr(d = 3, rho = 0.5)
data <- rmnorm(1000, Sigma = S)
Spearman(data)
Run the code above in your browser using DataLab