View source: R/get.ss.bin.trt.oc.df.r
get.ss.bin.trt.oc.df | R Documentation |
Get single sample binary treatment OC data.frame
get.ss.bin.trt.oc.df( a.trt = 1, b.trt = 1, n.trt = 40, Delta.tv = 0.35, Delta.lrv = 0.2, tau.tv = 0.1, tau.lrv = 0.8, tau.ng = 0.65 )
a.trt |
prior alpha parameter |
b.trt |
prior beta parameter |
n.trt |
observed sample size |
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 |
A data.frame is returned.
my.ss.bin.trt.oc.df <- get.ss.bin.trt.oc.df() my.ss.bin.trt.oc.df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.