Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Created March 19, 2020 15:17
Show Gist options
  • Save NyaGarcia/ed76563c27582847bcda8676b8314318 to your computer and use it in GitHub Desktop.
Save NyaGarcia/ed76563c27582847bcda8676b8314318 to your computer and use it in GitHub Desktop.
Calculating strength of association with Tschuprow's T, with bias correction applied
> TschuprowT(mtcars$gear, mtcars$cyl, correct = TRUE)
[1] 0.4819631
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment