Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Created March 18, 2020 15:46
Show Gist options
  • Save NyaGarcia/f506c2b019224cef987b922facd6d5e3 to your computer and use it in GitHub Desktop.
Save NyaGarcia/f506c2b019224cef987b922facd6d5e3 to your computer and use it in GitHub Desktop.
Creating a contingency table of the cyl and gear columns
table(mtcars$gear, mtcars$cyl)
4 6 8
3 1 2 12
4 8 4 0
5 2 1 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment