cv.test {featureCorMatrix} | R Documentation |
cv.test
returns the Cramer's V correlation coefficient
cv.test(x, y)
x |
a vector (categorical or numerical values) |
y |
a vector (categorical or numerical values) |
The function calculates Cramer's V based on the results of an Chi-Square-Test of Independence between two categorical variables
Cramer's V
cv.test(x = iris$Species, iris$Sepal.Length)