Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Last active March 19, 2020 17:31
Show Gist options
  • Save NyaGarcia/30ee83046daa011ec4c0c70551b93570 to your computer and use it in GitHub Desktop.
Save NyaGarcia/30ee83046daa011ec4c0c70551b93570 to your computer and use it in GitHub Desktop.
A four way contingency table using ftable()
> ftable(mtcars$cyl, mtcars$carb, mtcars$gear, mtcars$vs)
0 1
4 1 3 0 1
4 0 4
5 0 0
2 3 0 0
4 0 4
5 1 1
3 3 0 0
4 0 0
5 0 0
4 3 0 0
4 0 0
5 0 0
6 3 0 0
4 0 0
5 0 0
8 3 0 0
4 0 0
5 0 0
6 1 3 0 2
4 0 0
5 0 0
2 3 0 0
4 0 0
5 0 0
3 3 0 0
4 0 0
5 0 0
4 3 0 0
4 2 2
5 0 0
6 3 0 0
4 0 0
5 1 0
8 3 0 0
4 0 0
5 0 0
8 1 3 0 0
4 0 0
5 0 0
2 3 4 0
4 0 0
5 0 0
3 3 3 0
4 0 0
5 0 0
4 3 5 0
4 0 0
5 1 0
6 3 0 0
4 0 0
5 0 0
8 3 0 0
4 0 0
5 1 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment