View source: R/get.ts.bin.dec.r
get.ts.bin.dec | R Documentation |
Get two sample binary decision
get.ts.bin.dec( a.con = 1, b.con = 1, n.con = 40, x.con = 5, a.trt = 1, b.trt = 1, n.trt = 40, x.trt = 20, 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 |
observed sample size for control group |
x.con |
observed number of responders for control group |
a.trt |
prior alpha parameter for treatment group |
b.trt |
prior beta parameter for treatment group |
n.trt |
observed sample size for treatment group |
x.trt |
observed number of responders for treatment group |
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 |
returns a data.frame holding Posterior probabilties of interest and Go/No-Go result
Greg Cicconetti
get.ts.bin.dec()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.