enum_contingency_tables: Enumerate two dimensional contingency tables with given...

Description Usage Arguments Value Examples

View source: R/enum_contingency_tables.R

Description

This function enumerates all contingency tables of a particular size all summing to a grand total.

Usage

1

Arguments

nrow

Number of rows in each matrix

ncol

Number of columns

total

Grand total the cells sum to

Value

A list of nrow by ncol matrices

Examples

1
2

InductiveStep/handbag documentation built on Aug. 2, 2020, 7:28 a.m.