force_coin {tidydice} | 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)