Description Usage Arguments Details Value See Also
This function returns a dataframe with the variable pairs above a given correlation threshold
1  | cor2df(cor.matrix, threshold = 0.6)
 | 
cor.matrix | 
 correlation matrix  | 
threshold | 
 correlation threshold  | 
It is based on the cor function, but instead of a correlation matrix it returns
a dataframe with the pairwise combinations above a threshold.
a dataframe holding the variable pairs with a correlation higher than the specified threshold
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.