powered by
Generates a tibble containing the binomial distribution of rolling the dice using dbinom().
binom_dice(times, sides = 6, success = 6)
How many times a dice is rolled (or how many dice are rolled at the same time)
Number of sides of the dice (default = 6)
Which result is a success (default = 6)
Binomial distribution as a tibble
# NOT RUN { binom_dice(times = 10) # }
Run the code above in your browser using DataLab