Learn R Programming

bayesrules (version 0.0.2)

summarize_beta: Summarize a Beta Model for \(\pi\)

Description

Summarizes the expected value, variance, and mode of a Beta(alpha, beta) model for variable \(\pi\).

Usage

summarize_beta(alpha, beta)

Arguments

alpha, beta

positive shape parameters of the Beta model

Value

a summary table

Examples

Run this code
# NOT RUN {
summarize_beta(alpha = 1, beta = 15)
# }

Run the code above in your browser using DataLab