corList | R Documentation |
List all correlations in a correlation matrix without duplicates.
corList(x, ...)
x |
a numeric vector, matrix or data frame. |
... |
arguments passed to the |
corList
returns a list of correlations
Mathijs Deen
mtcars[,c("mpg","disp", "hp", "drat", "wt", "qsec")] |>
corList(method="spearman")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.