powered by
Probability calculator for the binomial distribution
prob_binom(n, p, lb = NA, ub = NA, plb = NA, pub = NA, dec = 3)
Number of trials
Probability
Lower bound on the number of successes
Upper bound on the number of successes
Lower probability bound
Upper probability bound
Number of decimals to show
See https://radiant-rstats.github.io/docs/basics/prob_calc.html for an example in Radiant
summary.prob_binom to summarize results
summary.prob_binom
plot.prob_binom to plot results
plot.prob_binom
prob_binom(n = 10, p = 0.3, ub = 3)
Run the code above in your browser using DataLab