powered by
Generates a tibble containing the binomial distribution of flipping a coin using dbinom().
binom_coin(times, sides = 2, success = 2)
how many times a coin is flipped (or how many coins are flipped at the same time)
number of sides of the coin (default = 2)
which result is a success (default = 2)
binomial distribution as a tibble
# NOT RUN { binom_coin(times = 10) # }
Run the code above in your browser using DataLab