Get single sample normal-gamma interim treatment effect OC data.frame
return.ss.ng.data.req.df(
mu.0.t = 0,
n.0.t = 1e-04,
alpha.0.t = 0.25,
beta.0.t = 1,
xbar.t = 0.5,
s.t = 2,
interim.n.t = 10,
final.n.t = 40,
Delta.lrv = 1.25,
Delta.tv = 1.75,
tau.tv = 0.1,
tau.lrv = 0.8,
tau.ng = 0.65,
xbar_ng = NULL,
xbar_go = NULL,
go.thresh = 0.8,
ng.thresh = 0.8,
include_nogo = TRUE
)
returns data.frame to assist with creating interim oc curve in single sample normal-gamma case
prior mean
prior effective sample size
prior alpha parameter
prior beta parameter
sample mean at interim
treatment standard deviation
interim sample sizes
final sample size
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
Leave NULL to compute or provide user value
Leave NULL to compute or provide user value
interim go threshold
interim no-go threshold
logical