get.ts.bin.dec: Get two sample binary decision

View source: R/get.ts.bin.dec.r

get.ts.bin.decR Documentation

Get two sample binary decision

Description

Get two sample binary decision

Usage

get.ts.bin.dec(
  a.con = 1,
  b.con = 1,
  n.con = 40,
  x.con = 5,
  a.trt = 1,
  b.trt = 1,
  n.trt = 40,
  x.trt = 20,
  Delta.tv = 0.25,
  Delta.lrv = 0.2,
  tau.tv = 0.1,
  tau.lrv = 0.8,
  tau.ng = 0.65
)

Arguments

a.con

prior alpha parameter for control group

b.con

prior beta parameter for control group

n.con

observed sample size for control group

x.con

observed number of responders for control group

a.trt

prior alpha parameter for treatment group

b.trt

prior beta parameter for treatment group

n.trt

observed sample size for treatment group

x.trt

observed number of responders for treatment group

Delta.tv

TPP Target Value aka Base TPP

Delta.lrv

TPP Lower Reference Value aka Min TPP

tau.tv

threshold associated with Base TPP

tau.lrv

threshold associated with Min TPP

tau.ng

threshold associated with No-Go

Value

returns a data.frame holding Posterior probabilties of interest and Go/No-Go result

Author(s)

Greg Cicconetti

Examples

get.ts.bin.dec()

GNGTools documentation built on Dec. 16, 2022, 5:09 p.m.