men_hyp | R Documentation |
Visualization of the probability mass and the cumulative distribution function of a hypergeometric distribution.
men_hyp(N = 60, M = 30, n = 20)
N |
integer: the number of black and white balls in the urn |
M |
integer: the number of white balls in the urn |
n |
integer: the number of balls drawn from the urn |
nothing
if (interactive()) men_hyp() if (interactive()) men_hyp(50, 25, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.