Created
March 18, 2020 19:05
-
-
Save NyaGarcia/1fdf11b014fd58f655fe4be6e223f596 to your computer and use it in GitHub Desktop.
Percentages in contingency table
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
> prop.table(table(mtcars$gear, mtcars$cyl))*100 | |
4 6 8 | |
3 3.125 6.250 37.500 | |
4 25.000 12.500 0.000 | |
5 6.250 3.125 6.250 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment