get.ts.bin.studyend.GNG: Get Two-sample binary study end GNG

View source: R/get.ts.bin.studyend.GNG.r

get.ts.bin.studyend.GNGR Documentation

Get Two-sample binary study end GNG

Description

Get Two-sample binary study end GNG

Usage

get.ts.bin.studyend.GNG(
  a.con = 1,
  b.con = 1,
  n.con = 30,
  x.con = 18,
  a.trt = 1,
  b.trt = 1,
  n.trt = 30,
  x.trt = 14,
  Delta.lrv = 0.3,
  Delta.tv = 0.4,
  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

number of trials for control group

x.con

number of responses for control group

a.trt

prior alpha parameter for treatment group

b.trt

prior beta parameter for treatment group

n.trt

number of trials for treatment group

x.trt

number of responses for treatment group

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

Value

returns a list holding data.frames alterting to what is needed from data to acheive go/no-go

Examples

get.ts.bin.studyend.GNG()

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