Description Usage Arguments Value Examples
A binomial distribution generator
1 | mybin(iter = 100, n = 10, p = 0.5)
|
iter |
Number of samples taken |
n |
Sample size |
p |
Probability of success |
A table of proportions by number of successes
1 | ## Not run: mybin(iter=50,n=10,p=0.6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.