powered by
Get single sample normal-gamma sample size Oc curve data.frame
get.ss.ng.ssize.oc.df( mu.0.t = 3, n.0.t = 10, alpha.0.t = 0.25, beta.0.t = 1, s.t = 5, n.t = 50, SS.OC.N.LB = floor(50 * 0.75), SS.OC.N.UB = floor(50 * 2), npoints = 15, Delta.lrv = 2.5, Delta.tv = 4, Delta.user = 3, tau.tv = 0.1, tau.lrv = 0.8, tau.ng = 0.65 )
A data.frame is returned
prior mean for treatment group
prior effective sample size for treatment group
prior alpha parameter for treatment group
prior beta parameter for treatment group
sample sd for treatment group
sample size for treatment group
lower bound for OC curve
upper bound for OC curve
number of points
TPP Lower Reference Value aka Min TPP
TPP Target Value aka Base TPP
User's value for underlying treatment response
threshold associated with Base TPP
threshold associated with Min TPP
threshold associated with No-Go
# \donttest{ my.ss.ng.ssize.oc.df <- get.ss.ng.ssize.oc.df() head(my.ss.ng.ssize.oc.df) # }
Run the code above in your browser using DataLab