View source: R/helper_functions.R
paircorxyf | R Documentation |
Pairwise correlation between x and y
paircorxyf(x, y, method = "gaussrank")
x |
input vector |
y |
input vector |
cor, the pairwise correlations between x and y
x = rnorm(100)
y = rnorm(100)
paircorxyf(x,y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.