cv.test {featureCorMatrix} | R Documentation |
Calculates Cramer's V Correlation Coefficient
Description
cv.test
returns the Cramer's V correlation coefficient
Usage
cv.test(x, y)
Arguments
x |
a vector (categorical or numerical values) |
y |
a vector (categorical or numerical values) |
Details
The function calculates Cramer's V based on the results of an Chi-Square-Test of Independence between two categorical variables
Value
Cramer's V
Examples
cv.test(x = iris$Species, iris$Sepal.Length)
[Package featureCorMatrix version 0.4.0 Index]