Description Usage Arguments Value Examples
mybin
1 | mybin(iter = 100, n = 10, p = 0.5)
|
iter |
The number of iterations. |
n |
The number of trials. |
p |
The probability (0<=p<=1). |
A bar plot of the successes and a table showing the chances to get a set amount of successes.
1 | mybin(100, 5, .5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.