Description Usage Arguments Examples
mybin
creates many iterations of a random binomial sample to experimentally see what happens in a binomial distribution.
1 | mybin(iter, n, p)
|
iter |
Number of iterations |
n |
Number of trials |
p |
Probability |
1 | mybin(10, 10, 0.6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.