Description Usage Arguments Details Value Examples
View source: R/featureCorMatrix.R
featureCorMatrix
returns a correlation matrix between all features
1 | featureCorMatrix(dataframe, absoluteValues = FALSE)
|
dataframe |
A data.frame |
absoluteValues |
A flag stating if only positive correlations should be returned |
The function selects automatically the appropriate correlation coefficient regarding the storage type of both variables If both variable are numerical ones, the PM correlation coefficient will be chosen If both variables are categorical, Cramer's V will be used If one variable is a numerical and the other a categorical one, the ICC will be calculated
A correlation matrix
1 | featureCorMatrix(dataframe = iris, absoluteValues = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.