powered by
Computes and Displays Areas Under a Beta Curve
beta_area(lo, hi, shape_par, Color = "orange")
lower bound of interval
upper bound of interval
vector of shape parameters of the beta curve
color of shading in the graph
ggplot2 object containing the graphical display.
# NOT RUN { lo <- .2 hi <- .4 shape_par <- c(2, 5) beta_area(lo, hi, shape_par) # }
Run the code above in your browser using DataLab