get.ts.bin.dec.df: Get Two-sample binary decision data.frame

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

get.ts.bin.dec.dfR Documentation

Get Two-sample binary decision data.frame

Description

Get Two-sample binary decision data.frame

Usage

get.ts.bin.dec.df(
  a.con = 1,
  b.con = 1,
  n.con = 40,
  x.con = 0:40,
  a.trt = 1,
  b.trt = 1,
  n.trt = 40,
  x.trt = 0:40,
  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

sample size for control

x.con

responders on control

a.trt

prior alpha parameter for treatment group

b.trt

prior beta parameter for treatment group

n.trt

sample size for treatment

x.trt

responders for treatment

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

a dataframe is returned

Examples

holdit <- get.ts.bin.dec.df()
head(holdit)

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