powered by
Get single sample binary interim treatment OC data.frame
get.ss.bin.trt.int.oc.df( a.trt = 1, b.trt = 1, Delta.tv = 0.35, Delta.lrv = 0.2, tau.tv = 0.1, tau.lrv = 0.8, tau.ng = 0.65, interim.n.t = c(10), final.n.t = 100, x.ng = NULL, x.go = NULL, go.thresh = 0.8, ng.thresh = 0.8 )
A data.frame is returned
prior alpha parameter
prior beta parameter
TPP Target Value aka Base TPP
TPP Lower Reference Value aka Min TPP
threshold associated with Base TPP
threshold associated with Min TPP
threshold associated with No-Go
number of trials at interim
number of trials at final
responses needed for no-go; leave null for standard rule
responses needed for go; leave null for standard rule
go threshold for predictive probability
no-go threshold for predictive probability
# \donttest{ my.ss.bin.trt.int.oc.df <- get.ss.bin.trt.int.oc.df() my.ss.bin.trt.int.oc.df[[1]] my.ss.bin.trt.int.oc.df[[2]] # }
Run the code above in your browser using DataLab