binom_dice | R Documentation |
Generates a tibble containing the binomial distribution of rolling the dice using dbinom().
binom_dice(times, sides = 6, success = 6)
times |
How many times a dice is rolled (or how many dice are rolled at the same time) |
sides |
Number of sides of the dice (default = 6) |
success |
Which result is a success (default = 6) |
Binomial distribution as a tibble
binom_dice(times = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.