Description Usage Arguments Value Examples
Construct contingency table from two sets. This step can be used to prepare for fisher exact test.
1 | form_table(set1, set2, total = NULL)
|
set1 |
the 1st set |
set2 |
the 2nd set |
total |
the full set |
a 2*2 matrix (contingency table)
1 | form_table(letters[1:10], letters[5:15], letters)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.