View source: R/the_2x2_table_tests.R
the_2x2_table_tests | R Documentation |
Wrapper for _test_2x2
functions on Chapter 4.
the_2x2_table_tests(n, gamma = 1e-04)
n |
frequency matrix |
gamma |
parameter for the Berger and Boos procedure |
NULL. This function should be called for its printed output
# Example: A lady tasting a cup of tea
the_2x2_table_tests(tea)
# Example: Lampasona et al. (2013)
the_2x2_table_tests(lampasona_2013)
## Not run:
the_2x2_table_tests(perondi_2004) # Example: Perondi et al. (2004)
the_2x2_table_tests(ritland_2007) # Example: Ritland et al. (2007)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.