bayes_pred_go_nogo | R Documentation |
Predicative probabilities and decision tables
bayes_pred_go_nogo(
nmax = 40,
nmin = 1,
p0 = 0.3,
p1 = 0.5,
thetats = 0.8,
thetatf = 0.1,
thetau = 0.95,
thetal1 = 0.95,
a = 1,
b = 1
)
nmax |
max sample size |
nmin |
minimum sample size for the first interim |
p0 |
lower reference value of response rate |
p1 |
target value of response rate |
thetats |
posterior probability for Final Go s.t. Prob(p > p0) > thetats |
thetatf |
posterior probability for final NoGo Prob(p > p0) <= thetatf |
thetau |
Predictive probability for Go, i.e., PredP(Go) > thetau |
thetal1 |
Predictive probability for NoGo PredP(NoGo) > thetal1 |
a , b |
priors for beta distribution |
a decision table
go_nogo <- bayes_pred_go_nogo(nmax = 40, nmin = 1, p0 = 0.3, p1 = 0.5,
thetats = 0.8, thetatf = 0.1, thetau = 0.95, thetal1 = 0.95, a = 1, b = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.