Learn R Programming

contingencytables (version 3.1.0)

McNemar_midP_test_paired_2x2: The McNemar mid-P test

Description

The McNemar mid-P test

Described in Chapter 8 "The Paired 2x2 Table"

Usage

McNemar_midP_test_paired_2x2(n)

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.

Arguments

n

the observed table (a 2x2 matrix)

Examples

Run this code
McNemar_midP_test_paired_2x2(bentur_2009)
McNemar_midP_test_paired_2x2(cavo_2012)
McNemar_midP_test_paired_2x2(ezra_2010)

Run the code above in your browser using DataLab