the_2x2_table_tests {contingencytables}R Documentation

The 2x2 table tests

Description

Wrapper for ⁠_test_2x2⁠ functions on Chapter 4.

Usage

the_2x2_table_tests(n, gamma = 1e-04)

Arguments

n

frequency matrix

gamma

parameter for the Berger and Boos procedure

Value

NULL. This function should be called for its printed output

Examples

# Example: A lady tasting a cup of tea
the_2x2_table_tests(tea)

# Example: Perondi et al. (2004)
the_2x2_table_tests(perondi_2004)

# Example: Lampasona et al. (2013)
the_2x2_table_tests(lampasona_2013)

# Example: Ritland et al. (2007)
the_2x2_table_tests(ritland_2007)


[Package contingencytables version 2.2.0 Index]