plot_beta: Plot Beta Distributions

Description Usage Arguments Value

Description

This function plots the densities of multiple beta distributions

Usage

1
2
3
plot_beta(betas, title = "Beta Distribution",
  xlab = "Rate that the Event Occurs", ylab = "Density of that Rate",
  color = "#f65335", support_level = 0.99)

Arguments

betas

A list of lists of beta distributions

title

The title of the plot

xlab

The title of the x axis

ylab

The title of the y axis

color

The color for the plot

support_level

The desired amount of area between the lower and upper bounds. Default is 0.99.

Value

NULL. A plot is generated


convoyinc/abayes documentation built on May 12, 2019, 1:34 a.m.