powered by
Generates a tibble containing the binomial distribution using dbinom().
binom(times, prob_success)
Binomial distribution as a tibble
number of trials
probability of success (number between 0 and 1)
binom(times = 10, prob_success = 1/10)
Run the code above in your browser using DataLab