powered by
Get single sample normal-gamma data.frame with decision output
get.ss.ng.df( mu.0.t = 0, n.0.t = 10, alpha.0.t = 0.25, beta.0.t = 1, xbar.t = seq(-1, 5, 0.1), s.t = seq(1, 6, 0.1), n.t = 50, Delta.tv = 1.75, Delta.lrv = 1.5, 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 mean for treatment group
sample sd for treatment group
sample size for treatment group
TPP Target Value aka Base TPP
TPP Lower Reference Value aka Min TPP
threshold associated with Base TPP
threshold associated with Min TPP
threshold associated with No-Go
# \donttest{ my.ss.ng.df <- get.ss.ng.df() head(my.ss.ng.df) # }
Run the code above in your browser using DataLab