Stop based on probability of target tox interval
targetthe target toxicity interval, e.g. c(0.2, 0.35)
probrequired target toxicity probability (e.g. 0.4)
for reaching sufficient precision
1 2 3 4 5 6 | # As example, here is the rule for:
# stopping the study if the posterior probability that [0.2 =< Prob(DLT | dose) <= 0.35]
# for the next best dose is above 0.5
myStopping <- StoppingTargetProb(target=c(0.2, 0.35),
prob=0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.