Created
September 22, 2017 20:33
-
-
Save seankross/c3b3351fa8deec6a22b29aed10bbc82b to your computer and use it in GitHub Desktop.
For Stephan
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
steph <- structure(c(148L, 65L, 198L, 53L, 16L, 2004L), .Dim = c(3L, 2L | |
), .Dimnames = structure(list(c("EatNoTrans", "Request", "Stealing" | |
), c("0", "1")), .Names = c("", "")), class = "table") | |
chisq_steph <- chisq.test(steph) | |
chisq_steph$expected |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment