Description Usage Arguments Value Examples
View source: R/enum_contingency_tables.R
This function enumerates all contingency tables of a particular size all summing to a grand total.
1 | enum_contingency_tables(nrow, ncol, total)
|
nrow |
Number of rows in each matrix |
ncol |
Number of columns |
total |
Grand total the cells sum to |
A list of nrow by ncol matrices
1 2 | enum_contingency_tables(1, 4, 1)
enum_contingency_tables(2, 2, 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.