Description
Bayesian Single-Arm Phase II Designs.
Description
An implementation of Bayesian single-arm phase II design methods for binary outcome based on posterior probability (Thall and Simon (1994) <doi:10.2307/2533377>) and predictive probability (Lee and Liu (2008) <doi:10.1177/1740774508089279>).
README.md
ph2bayes package
Bayesian Single-Arm Phase II Designs
An implementation of Bayesian single-arm phase II design methods for binary outcome based on posterior probability and predictive probability.
CRAN task view: ExperimentalDesign
Installation
Get the released version from CRAN:
install.packages("ph2bayes")
Or the development version from github:
# install.packages("devtools")
devtools::install_github("nshi-stat/ph2bayes")