dbeta_plot: Plots probability density function of beta

Description Usage Arguments Value Examples

Description

Plots probability density function of beta

Usage

1
dbeta_plot(alpha, beta, by = 0.0025)

Arguments

alpha

Number of prior successes

beta

Number of prior failures

by

The increment length to approximate the continuous support

Value

The probability a beta equals x

Examples

1
dbeta_plot(10,5,5)

carter-allen/betaR documentation built on May 9, 2019, 4:24 a.m.