dst_bern | R Documentation |
Makes a Bernoulli distribution, representing the outcome of a single trial with a given success probability.
dst_bern(prob)
prob |
Probability of success; single numeric between 0 and 1. |
A Bernoulli distribution.
dst_bern(0.3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.