summary_xy | R Documentation |
Computation of the covariance, and Pearson, Kendall and Spearman correlations coefficients.
summary_xy(x, y)
x |
A numeric vector |
y |
A numeric vector |
A tibble (1x4) with the computed coefficients.
x <- rnorm(100)
y <- rnorm(100)
plot(x,y)
summary_xy(x,y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.