get_hypergeom_cumulative | R Documentation |
Calculate cumulative hypergeometric probabilities
get_hypergeom_cumulative(k, m, n, N, tail = "lower")
k |
Number of cases in the sample |
m |
Number of cases in the population |
n |
Sample size |
N |
Population size |
tail |
A character vector indicating "lower" (default) or "upper" tail |
A numeric value of cumulative hypergeometric probability given specified parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.