Compute Spearman rho from two vectors. Unlike cor.test(), this function computes only the correlation estimate and does not bother with the p-value. Skipping the p-value makes this function considerably faster than cor.test().
1  | spearmanRho(x, y)
 | 
x | 
 vector of numbers  | 
y | 
 vector of numbers  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.