McNemar_exact_unconditional_test_paired_2x2: The McNemar exact unconditional test
Description
The McNemar exact unconditional test
Described in Chapter 8 "The Paired 2x2 Table"
Usage
McNemar_exact_unconditional_test_paired_2x2(
n,
gamma = 1e-04,
num_pi_values = 1000L
)
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)
gamma
parameter for the Berger and Boos procedure (default=0.0001; gamma=0: no adj)
num_pi_values
number of values to use in the partition of the nuisance parameter space (default=1000)