powered by
Make single sample normal-gamma rule in action plot
make.ss.ng.ria( mu.0.t = 0, alpha.0.t = 0.25, beta.0.t = 1, n.0.t = 1, xbar.t = -0.05, s.t = 3, n.t = 10, Delta.lrv = 0, Delta.tv = 1, tau.tv = 0.1, tau.lrv = 0.8, tau.ng = 0.65, tsize = 4, nlines = 25, nlines.ria = 20, add.table = TRUE )
A ggplot object is returned
prior mean
prior alpha parameter
prior beta parameter
prior effective sample size
observed sample mean
observed sample standard deviation
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
Control for text size
Control for text spacing
provides extended output summaries
# \donttest{ my.ss.ng.ria <- make.ss.ng.ria(add.table=TRUE) plot(my.ss.ng.ria[[1]]) my.ss.ng.ria[[2]] my.ss.ng.ria[[3]] my.ss.ng.ria[[4]] # }
Run the code above in your browser using DataLab