The McNemar asymptotic test with continuity correction

Described in Chapter 8 "The Paired 2x2 Table"

McNemar_asymptotic_test_CC_paired_2x2(n)

Arguments

n

the observed table (a 2x2 matrix)

Value

An object of the contingencytables_result class, basically a subclass of base::list(). Use the utils::str() function to see the specific elements returned.

Examples

McNemar_asymptotic_test_CC_paired_2x2(bentur_2009)
#> The asymptotic McNemar test with continuity correction: P = 0.077100, Z =  1.768
McNemar_asymptotic_test_CC_paired_2x2(cavo_2012)
#> The asymptotic McNemar test with continuity correction: P = 0.055009, Z =  1.919
McNemar_asymptotic_test_CC_paired_2x2(ezra_2010)
#> The asymptotic McNemar test with continuity correction: P = 0.000023, Z =  4.234