Description Usage Arguments Value
Takes in a correlation matrix and returns an ordered dataframe of variable pairs. The order is from the absolute highest to lowest correlation.
1 | rankCorrelations(m, N = NULL, autoname = FALSE)
|
m |
A correlation matrix |
N |
Default |
autoname |
Automatically rename matrix columns and rows; default
is |
Dataframe with three columns; 1. variable 1, 2. variable 2 and 3. correlation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.