View source: R/McNemar_exact_cond_test_paired_2x2.R
McNemar_exact_cond_test_paired_2x2 | R Documentation |
The McNemar exact conditional test
Described in Chapter 8 "The Paired 2x2 Table"
McNemar_exact_cond_test_paired_2x2(n)
n |
the observed table (a 2x2 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.
McNemar_exact_cond_test_paired_2x2(bentur_2009)
McNemar_exact_cond_test_paired_2x2(cavo_2012)
McNemar_exact_cond_test_paired_2x2(ezra_2010)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.