force_coin | R Documentation |
The forced result is returned as a tibble.
force_coin(data = NULL, result = 6, round = 1, experiment = 1, success = 2)
data |
Data from a previous experiment |
result |
Vector of flipping coin results |
round |
Round of flipping coin |
experiment |
Experiment Number |
success |
Which result is a success (default = 6) |
Result of experiment as a tibble
force_coin(6) force_coin(1:6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.