mybinomial | R Documentation |
Binomial distribution simulator
mybinomial(iter = 100, n = 10, p = 0.5)
iter |
The number of iterations to simulate, an integer |
n |
The size of the binomial distribution |
p |
The probability of success |
A barplot of the binomial distribution
## Not run: mybin(iter = 10000, n = 20, p = 0.7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.