plot_beta: Plot a Beta Model for pi

Description Usage Arguments Value Examples

View source: R/plot_beta.R

Description

Plots the probability density function (pdf) for a Beta(alpha, beta) model of variable π.

Usage

1

Arguments

alpha, beta

positive shape parameters of the Beta model

mean, mode

a logical value indicating whether to display the model mean and mode

Value

A density plot for the Beta model.

Examples

1
plot_beta(alpha = 1, beta = 12, mean = TRUE, mode = TRUE)

bayesrules documentation built on Sept. 25, 2021, 9:06 a.m.