Description Usage Arguments Value Examples
Binomial simulation over multiple iterations
1 | mybin(iter = 100, n = 10, p = 0.5)
|
iter |
The number of simulations to run |
n |
The number of elements |
p |
The probability of success |
Outputs a barplot and a table with the data from the simulation.
1 | ## Not run: mybin(100, 10, .7)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.