fisher_exact_test: Fisher exact test

Description Usage Arguments

View source: R/fisher_exact_test.R

Description

Computes the odds ratio and its pvalue of Fisher enrichment exact test.

Usage

1
fisher_exact_test(na, nb, tota, totb)

Arguments

na

<integer> value for the tested item in group A

nb

<integer> value for the tested item in group B

tota

<integer> total number of items in group A

totb

<integer> total number of items in group B


gaelfortin/phosphogo documentation built on Nov. 26, 2020, 9:12 a.m.