View source: R/get.ts.bin.studyend.GNG.r
get.ts.bin.studyend.GNG | R Documentation |
Get Two-sample binary study end GNG
get.ts.bin.studyend.GNG( a.con = 1, b.con = 1, n.con = 30, x.con = 18, a.trt = 1, b.trt = 1, n.trt = 30, x.trt = 14, Delta.lrv = 0.3, Delta.tv = 0.4, 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 |
number of trials for control group |
x.con |
number of responses for control group |
a.trt |
prior alpha parameter for treatment group |
b.trt |
prior beta parameter for treatment group |
n.trt |
number of trials for treatment group |
x.trt |
number of responses for treatment group |
Delta.lrv |
TPP Lower Reference Value aka Min TPP |
Delta.tv |
TPP Target Value aka Base TPP |
tau.tv |
threshold associated with Base TPP |
tau.lrv |
threshold associated with Min TPP |
tau.ng |
threshold associated with No-Go |
returns a list holding data.frames alterting to what is needed from data to acheive go/no-go
get.ts.bin.studyend.GNG()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.