get_rho | R Documentation |
Run cor.test and passes results
get_rho(vector_a, vector_b, my_method = "pearson")
vector_a |
Numeric vector to correlate with vector_b |
vector_b |
Numeric vector to correlate with vector_a |
my_method |
string to pass to cor.test: 'pearson' or 'spearman' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.