Learn R Programming

GNGTools (version 1.0.0)

get.ss.bin.studyend.GNG: Get single sample binary study end GNG criteria

Description

Get single sample binary study end GNG criteria

Usage

get.ss.bin.studyend.GNG(
  a.trt = 1,
  b.trt = 1,
  n.trt = 40,
  x.trt = 9,
  Delta.lrv = 0.2,
  Delta.tv = 0.35,
  tau.tv = 0.1,
  tau.lrv = 0.8,
  tau.ng = 0.65
)

Value

Returns a list of data.frames holding what is needed from data to acheive Go/No-Go

Arguments

a.trt

prior alpha parameter

b.trt

prior beta parameter

n.trt

observed sample size

x.trt

observed number of responders

Delta.lrv

TPP Lower Reference Value aka Min TPP

Delta.tv

TPP Target Value aka Base TPP

tau.tv

threshold associated with Base TPP

tau.lrv

threshold associated with Min TPP

tau.ng

threshold associated with No-Go

Examples

Run this code
get.ss.bin.studyend.GNG()

Run the code above in your browser using DataLab