Return two-sample normal-gamma study end GNG heatmap data.frame
return.ts.ng.studyend.GNG.hm.df(
mu.0.c = 0,
alpha.0.c = 0.25,
beta.0.c = 1,
n.0.c = 1,
mu.0.t = 0,
alpha.0.t = 0.25,
beta.0.t = 1,
n.0.t = 1,
xbar.c.low = -1,
xbar.c.high = 1,
s.c = 4,
n.c = 40,
s.t = 4,
n.t = 40,
npoints = 15,
Delta.lrv = 1,
Delta.tv = 1.5,
tau.ng = 0.65,
tau.lrv = 0.8,
tau.tv = 0.1,
n.MC = 1000,
x_ng = NULL,
x_go = NULL
)
A data.frame is returned
prior mean for control group
prior alpha parameter for control group
prior beta parameter for control group
prior effective sample size parameter for control group
prior mean for treatment group
prior alpha parameter for treatment group
prior beta parameter for treatment group
prior effective sample size parameter for treatment group
lower bound for control group sample mean grid
upper bound for control group sample mean grid
control standard deviation assumed
control sample size
treatment standard deviation assumed
treatment sample size
number of points to use in simulation
TPP Lower Reference Value aka Min TPP
TPP Target Value aka Base TPP
threshold associated with No-Go
threshold associated with Min TPP
threshold associated with Base TPP
n for MC sampling
xbar needed for no-go; leave null for standard rule
xbar needed for go; leave null for standard rule
Greg Cicconetti
# \donttest{
my.ts.ng.studyend.GNG.hm.df <- return.ts.ng.studyend.GNG.hm.df()
head(my.ts.ng.studyend.GNG.hm.df)
# }
Run the code above in your browser using DataLab