mybin | R Documentation |
Shows how to simulate a Binomial
mybin(iter = 100, n = 10, p = 0.5)
iter |
Number of iterations |
n |
Number of Bernoulli trials |
p |
Probability of a success |
More details about the function
Barplot and table of relative frequencies
mybin() # Use default values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.