Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Last active March 19, 2020 15:20
Show Gist options
  • Save NyaGarcia/460aaa9df975498413514e423192845d to your computer and use it in GitHub Desktop.
Save NyaGarcia/460aaa9df975498413514e423192845d to your computer and use it in GitHub Desktop.
Calculating strength of association with Cramer's V
> CramerV(mtcars$gear, mtcars$cyl)
[1] 0.5308655
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment