powered by
Make single sample binary rule in action plot
make.ss.bin.ria( a.trt = 1, b.trt = 1, n.trt = 40, x.trt = 9, Delta.lrv = 0.2, Delta.tv = 0.35, tau.tv = 0.1, tau.lrv = 0.8, tau.ng = 0.65, seed = 1234, nlines = 25, tsize = 4, nlines.ria = 20, add.table = TRUE )
A ggplot object is returned
prior alpha parameter
prior beta parameter
observed sample size
observed number of responders
TPP Lower Reference Value aka Min TPP
TPP Target Value aka Base TPP
threshold associated with Base TPP
threshold associated with Min TPP
threshold associated with No-Go
random seed
Control for text spacing
Control for text size
number of lines
provides extended output summaries
my.ss.bin.ria <- make.ss.bin.ria(x.trt=10, add.table=TRUE) plot(my.ss.bin.ria[[1]]) my.ss.bin.ria[[2]] my.ss.bin.ria[[3]] my.ss.bin.ria[[4]]
Run the code above in your browser using DataLab