Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Created March 18, 2020 19:05
Show Gist options
  • Save NyaGarcia/1fdf11b014fd58f655fe4be6e223f596 to your computer and use it in GitHub Desktop.
Save NyaGarcia/1fdf11b014fd58f655fe4be6e223f596 to your computer and use it in GitHub Desktop.
Percentages in contingency table
> 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