test_mcnemar | R Documentation |
McNemar Test
test_mcnemar(data, x, y)
data |
data |
x |
var 1 |
y |
var 2 |
results
A <- c(1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1) B <- c(0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0) data <- data.frame(A, B) test_mcnemar(data, A, B)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.