powered by
Probability calculator for the uniform distribution
prob_unif(min, max, lb = NA, ub = NA, plb = NA, pub = NA, dec = 3)
Minimum value
Maximum value
Lower bound (default = 0)
Upper bound (default = 1)
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_unif to summarize results
summary.prob_unif
plot.prob_unif to plot results
plot.prob_unif
prob_unif(min = 0, max = 1, ub = 0.3)
Run the code above in your browser using DataLab