get.ss.bin.int.oc: Get single sample binary interim operating characteristics...

View source: R/get.ss.bin.int.oc.r

get.ss.bin.int.ocR Documentation

Get single sample binary interim operating characteristics simulation

Description

Get single sample binary interim operating characteristics simulation

Usage

get.ss.bin.int.oc(
  ss.bin.int.df,
  ss.bin.int.GNG,
  lower = 0,
  upper = 1,
  step = 0.025,
  include_nogo = TRUE
)

Arguments

ss.bin.int.df

call to get.ss.bin.interim.df

ss.bin.int.GNG

call to get.ss.bin.interim.GNG

lower

lower bound

upper

upper bound

step

stepsize

include_nogo

logical

Value

Returns a data.frame holding results at interim and final

Examples


my.ss.bin.int.df = get.ss.bin.int.df(ss.bin.studyend.GNG =
get.ss.bin.studyend.GNG(a.trt = 1, b.trt = 1, n.trt = 40, x.trt = 9,
Delta.lrv = .2, Delta.tv = .35,
tau.tv = 0.10, tau.lrv = .80, tau.ng = .65),
goThreshold = .8,
nogoThreshold = 1.2,
include_nogo = TRUE)
my.ss.bin.studyend.GNG <- get.ss.bin.studyend.GNG(a.trt = 1, b.trt = 1, n.trt = 40, x.trt = 9,
                                                  Delta.lrv = .2, Delta.tv = .35,
     tau.tv = 0.10, tau.lrv = .80, tau.ng = .65)
my.ss.bin.int.GNG <- get.ss.bin.int.GNG( ss.bin.int.df = my.ss.bin.int.df,
                                        Interims = 20,
ss.bin.studyend.GNG = my.ss.bin.studyend.GNG)
my.ss.bin.int.GNG



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