get.ss.bin.ssize.oc.df: Get single sample binary sample size operating...

View source: R/get.ss.bin.ssize.oc.df.r

get.ss.bin.ssize.oc.dfR Documentation

Get single sample binary sample size operating charactersitics data.frame

Description

Get single sample binary sample size operating charactersitics data.frame

Usage

get.ss.bin.ssize.oc.df(
  a.trt = 1,
  b.trt = 1,
  n.trt = 40,
  Delta.lrv = 0.35,
  Delta.tv = 0.35,
  Delta.user = 0.4,
  tau.tv = 0.1,
  tau.lrv = 0.8,
  tau.ng = 0.65,
  SS.OC.N.LB = 20,
  SS.OC.N.UB = 60
)

Arguments

a.trt

prior alpha parameter

b.trt

prior beta parameter

n.trt

observed sample size

Delta.lrv

TPP Lower Reference Value aka Min TPP

Delta.tv

TPP Target Value aka Base TPP

Delta.user

User-specified rate

tau.tv

threshold associated with Base TPP

tau.lrv

threshold associated with Min TPP

tau.ng

threshold associated with No-Go

SS.OC.N.LB

Sample size OC Curve's Lower sample size bound

SS.OC.N.UB

Sample size OC Curve's Upper sample size bound

Value

A data.frame is returned

Examples

my.ss.bin.ssize.oc.df <- get.ss.bin.ssize.oc.df()
head(my.ss.bin.ssize.oc.df)

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