beta_prior: Beta prior for for control and treatment group

Description Usage Arguments Value Examples

View source: R/binomial.R

Description

Wrapper function for beta prior beta(a0, b0).

Usage

1
beta_prior(a0 = 1, b0 = 1, .data = NULL)

Arguments

a0

numeric. The first shape parameter in the beta distribution (beta(a0, b0)).

b0

numeric. The second shape parameter in the beta distribution (beta(a0, b0)).

.data

NULL. stores the beta prior rate, please do not fill it in.

Value

a list with vector of beta rate for the beta prior for treatment and control group.

Examples

1
beta_prior(a0 = 1, b0 = 1)

bayesCT documentation built on July 2, 2020, 2:34 a.m.