View source: R/hypergeometric_enrichment.R
hypergeometric_basic | R Documentation |
does a hypergeometric enrichment test
hypergeometric_basic(
num_white,
num_black,
num_drawn,
num_white_drawn,
direction = "over"
)
num_white |
number of white balls in urn |
num_black |
number of black balls in urn |
num_drawn |
number of balls taken from urn |
num_white_drawn |
number of white balls taken from urn |
direction |
which direction is the test |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.