Description
Bayesian Sample Size for Binomial Proportions.
Description
Computation of the minimum sample size using the Average Coverage Criterion or the Average Length Criterion for estimating binomial proportions using beta prior distributions. For more details see Costa (2025) <DOI:10.1007/978-3-031-72215-8_14>.
README.md
bssbinom
The goal of bssbinom is to compute the minimum sample size for estimating binomial proportions using beta prior distributions.
Installation
You can install the development version of bssbinom from GitHub with:
install.packages("remotes")
library(remotes)
install_github("eliardocosta/bssbinom")