Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

StoppingTargetProb-class

Stop based on probability of target tox interval


Description

Stop based on probability of target tox interval

Slots

target

the target toxicity interval, e.g. c(0.2, 0.35)

prob

required target toxicity probability (e.g. 0.4) for reaching sufficient precision

Examples

# 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)

crmPack

Object-Oriented Implementation of CRM Designs

v1.0.0
GPL (>= 2)
Authors
Daniel Sabanes Bove [aut], Wai Yin Yeung [aut], Giuseppe Palermo [aut, cre], Thomas Jaki [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.