View source: R/myhypergeometric.R
myhyper | R Documentation |
my hypergeometric simulation
myhyper(iter, N, r, n)
iter |
variable containing iteration times |
N |
variable indicating population size |
r |
variable indicating number of success in population |
n |
variable indicating sample size |
plot
## Not run: myhyper(iter=100,N=20,n=5,r=12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.