dst_binom | R Documentation |
Makes a Binomial distribution, representing the number of successes in a fixed number of independent trials.
dst_binom(size, prob)
size |
Number of trials; single positive integer. |
prob |
Success probability of each trial; single numeric between 0 and 1. |
A binomial distribution.
dst_binom(10, 0.6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.