View source: R/Exact_cond_midP_tests_rxc.R
Exact_cond_midP_tests_rxc | R Documentation |
Exact conditional and mid-P tests for the rxc table: the Fisher-Freeman-Halton, Pearson, likelihood ratio, Kruskal-Wallis, linear-by-linear, and Jonckheere-Terpstra tests.
Described in Chapter 7 "The rxc Table"
Exact_cond_midP_tests_rxc(n)
n |
the observed counts (an rxc matrix) |
An object of the contingencytables_result class,
basically a subclass of base::list()
. Use the utils::str()
function
to see the specific elements returned.
Works only for 3x2 and 3x3 tables
Exact_cond_midP_tests_rxc(table_7.3) # a 3x2 table
## Not run:
Exact_cond_midP_tests_rxc(table_7.6) # a 3x3 table
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.