examples/Rules-class-StoppingMTDdistribution.R

# As example, here is the rule for: 
#   stopping the study if there is at least 0.9 probability that MTD > 0.5*next_dose.
#   Here MTD is defined as the dose for which prob(DLE)=0.33

myStopping <- StoppingMTDdistribution(target = 0.33,
                                      thresh = 0.5,
                                      prob = 0.9)
0liver0815/onc-crmpack-test documentation built on Feb. 19, 2022, 12:25 a.m.