mybin | R Documentation |
Title My Binomial Distribution
mybin(iter = 100, n = 10, p = 0.5)
iter |
Number of iterations |
n |
Number of trials |
p |
Probability of trial success |
An algorithm that makes a barplot of expected values from a binomial distribution
## Not run: mybin(100,10,.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.