powered by
Return two-sample binary study end GNG heatmap data.frame
return.ts.bin.studyend.GNG.hm.df( a.con = 1, b.con = 1, n.con = 30, a.trt = 1, b.trt = 1, n.trt = 30, Delta.lrv = 0.3, Delta.tv = 0.4, tau.tv = 0.1, tau.lrv = 0.8, tau.ng = 0.65, x_ng = NULL, x_go = NULL, go.thresh = 0.8, ng.thresh = 0.8 )
A data.frame is returned
prior alpha parameter for control group
prior beta parameter for control group
sample size for control group
prior alpha parameter for treatment group
prior beta parameter for treatment group
sample size for control treatment group
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
responses needed for no-go; leave null for standard rule
responses needed for go; leave null for standard rule
go threshold for predictive probability
no-go threshold for predictive probability
my.ts.bin.studyend.GNG.hm.df <- return.ts.bin.studyend.GNG.hm.df() head(my.ts.bin.studyend.GNG.hm.df)
Run the code above in your browser using DataLab