powered by
cv.test returns the Cramer's V correlation coefficient
cv.test
cv.test(x, y)
a vector (categorical or numerical values)
Cramer's V
The function calculates Cramer's V based on the results of an Chi-Square-Test of Independence between two categorical variables
# NOT RUN { cv.test(x = iris$Species, iris$Sepal.Length) # }
Run the code above in your browser using DataLab