powered by
List all correlations in a correlation matrix without duplicates.
corList(x, ...)
corList returns a list of correlations
corList
a numeric vector, matrix or data frame.
arguments passed to the cor function.
cor
Mathijs Deen
mtcars[,c("mpg","disp", "hp", "drat", "wt", "qsec")] |> corList(method="spearman")
Run the code above in your browser using DataLab