form_table: Form Contingency Table

Description Usage Arguments Value Examples

Description

Construct contingency table from two sets. This step can be used to prepare for fisher exact test.

Usage

1
form_table(set1, set2, total = NULL)

Arguments

set1

the 1st set

set2

the 2nd set

total

the full set

Value

a 2*2 matrix (contingency table)

Examples

1

jzsh2000/jzshr documentation built on May 20, 2019, 6:29 a.m.