View source: R/get.ts.bin.dec.df.r
get.ts.bin.dec.df | R Documentation |
Get Two-sample binary decision data.frame
get.ts.bin.dec.df( a.con = 1, b.con = 1, n.con = 40, x.con = 0:40, a.trt = 1, b.trt = 1, n.trt = 40, x.trt = 0:40, Delta.tv = 0.25, Delta.lrv = 0.2, tau.tv = 0.1, tau.lrv = 0.8, tau.ng = 0.65 )
a.con |
prior alpha parameter for control group |
b.con |
prior beta parameter for control group |
n.con |
sample size for control |
x.con |
responders on control |
a.trt |
prior alpha parameter for treatment group |
b.trt |
prior beta parameter for treatment group |
n.trt |
sample size for treatment |
x.trt |
responders for treatment |
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 dataframe is returned
holdit <- get.ts.bin.dec.df() head(holdit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.