Created
March 19, 2020 15:17
-
-
Save NyaGarcia/ed76563c27582847bcda8676b8314318 to your computer and use it in GitHub Desktop.
Calculating strength of association with Tschuprow's T, with bias correction applied
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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