beta_interval: Probability Interval for a Beta Curve

Description Usage Arguments Value Author(s) Examples

View source: R/beta_interval.R

Description

Computes Probability Interval for a Beta Curve

Usage

1
  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

Value

ggplot2 object containing the graphical display.

Author(s)

Jim Albert

Examples

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

ProbBayes documentation built on March 13, 2020, 1:31 a.m.