hyperGeoTest4ContingencyTable | R Documentation |
Hyper geometrix test for contigency table
hyperGeoTest4ContingencyTable(df, lower.tail = FALSE)
df |
data.frame with row and col names, and numeric value |
lower.tail |
df = data.frame(a=c(1,4),b=c(2,19))
rownames(df) = c("c","d")
loonR::hyperGeoTest4ContingencyTable(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.