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