Learn R Programming

bayesrules (version 0.0.3)

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)

Value

a summary table

Arguments

alpha, beta

positive shape parameters of the Beta model

Examples

Run this code
summarize_beta(alpha = 1, beta = 15)

Run the code above in your browser using DataLab