hyperGeoTest4ContingencyTable: Hyper geometrix test for contigency table

View source: R/Subtyping.R

hyperGeoTest4ContingencyTableR Documentation

Hyper geometrix test for contigency table

Description

Hyper geometrix test for contigency table

Usage

hyperGeoTest4ContingencyTable(df, lower.tail = FALSE)

Arguments

df

data.frame with row and col names, and numeric value

lower.tail

Examples

df = data.frame(a=c(1,4),b=c(2,19))
rownames(df) = c("c","d")
loonR::hyperGeoTest4ContingencyTable(df)

ProfessionalFarmer/loonR documentation built on Oct. 9, 2024, 9:56 p.m.