powered by
Computes Probability Interval for a Beta Curve
beta_interval(prob, shape_par, Color = "orange")
value of coverage probability
vector of shape parameters of the beta curve
color of shading in the graph
ggplot2 object containing the graphical display.
# NOT RUN { shape_par <- c(2, 5) beta_interval(.5, shape_par) # }
Run the code above in your browser using DataLab