README.md

BayesianPredictiveFutility

The tool provides futility interim analysis plan using the Bayesian predictive design in single arm early phase II clinical trial. It also generates statistical plan so clinicians could easily incorporate it into the clinical trial protocol. (reference: Application of Bayesian predictive probability for interim analysis in single-arm early phase II trial. Chen et al; submitted).

Features

Installation

Simply run the following from an R console:

if (!require("devtools"))
  install.packages("devtools")
devtools::install_github("dungtsa/BayesianPredictiveFutility",force = TRUE)

Getting Started

library("BayesianPredictiveFutility")
Bayesian_Predictive_App()

Procedure of BayesianPredictiveFutility R Shiny App snapshot of shiny app: initial

Example of two-stage case Example of two-stage case

Example of three-stage case Example of three-stage case

Example of multi-stage case Example of multi-stage case



dungtsa/BayesianPredictiveFutility documentation built on April 10, 2022, 7:48 p.m.