powered by
spearman(x, y)
# Spearman demo v1 <- seq(10) v2 <- sample(v1, 10) spearman(v1, v2)
Run the code above in your browser using DataLab