mcNemar.test.Rd
This function performs the McNemar test
mcNemar.test(matrix)
matrix | Matrix of data |
---|
A list with pvalues for alternative hypothesis, statistics, method and data name
#> $data.name #> [1] "matrix(c(10, 4, 2, 7), ncol = 2)" #> #> $statistic #> S Z T #> 6.0000000 -0.6123724 0.6666667 #> #> $p.value #> Exact p-value Asymtotic Normal p-value Asymtotic Chi p-value #> 0.3437500 0.2701457 0.4142162 #> #> $method #> [1] "McNemar" #>