McNemar_exact_cond_test_paired_2x2: The McNemar exact conditional test

View source: R/McNemar_exact_cond_test_paired_2x2.R

McNemar_exact_cond_test_paired_2x2R Documentation

The McNemar exact conditional test

Description

The McNemar exact conditional test

Described in Chapter 8 "The Paired 2x2 Table"

Usage

McNemar_exact_cond_test_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_exact_cond_test_paired_2x2(bentur_2009)
McNemar_exact_cond_test_paired_2x2(cavo_2012)
McNemar_exact_cond_test_paired_2x2(ezra_2010)

contingencytables documentation built on Sept. 11, 2024, 6:20 p.m.