powered by
Returns Goodman and Kruskal's tau measure of association between two categorical variables
GK_assoc(x, y)
Goodman and Kruskal's tau
A categorical variable
data(infert) GK_assoc(infert$education, infert$case) GK_assoc(infert$case, infert$education) #Not the same
Run the code above in your browser using DataLab