beta_interval function

Probability Interval for a Beta Curve

Probability Interval for a Beta Curve

Computes Probability Interval for a Beta Curve

beta_interval(prob, shape_par, Color = "orange")

Arguments

  • prob: value of coverage probability
  • shape_par: vector of shape parameters of the beta curve
  • Color: color of shading in the graph

Returns

ggplot2 object containing the graphical display.

Author(s)

Jim Albert

Examples

shape_par <- c(2, 5) beta_interval(.5, shape_par)