Description Usage Arguments Author(s)
Creates a new coin or Bernoulli Trial
1 | coin(success = "H", failure = "T", prob = 0.5)
|
success |
Denotes "success" in the Bernoulli Trial. Default is "H" |
failure |
Denotes "failure" in the Bernoulli Trial. Default is "F" |
prob |
The probability of "success". Must be numeric and be between 0 and 1. Default is 0.5 |
Justin Strate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.