Description
Properties of Bayesian Early Gating Designs.
Description
Computes the most important properties of four 'Bayesian' early gating designs (two single arm and two randomized controlled designs), such as minimum required number of successes in the experimental group to make a GO decision, operating characteristics and average operating characteristics with respect to the sample size. These might aid in deciding what design to use for the early phase trial.
README.md
earlygating
The goal of earlygating is to facilitate the simulation of four Bayesian early gating designs with binary endpoints.
Installation
You can install the released version of earlygating from CRAN with:
install.packages("earlygating")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("el-meyer/earlygating")
Usage
Please see the reference manual for more information on the usage of this package.