powered by
NextBestMinDist
NextBestMinDist is the class for next best dose that is based on minimum distance to target probability.
NextBestMinDist(target).DefaultNextBestMinDist()
.DefaultNextBestMinDist()
(proportion) see slot definition.
proportion
target
(proportion) single target toxicity probability, except 0 or 1.
# In the example below, the MTD is defined as the dose with the toxicity rate # with minimal distance to the target of 30%. next_best_min_dist <- NextBestMinDist(target = 0.3)
Run the code above in your browser using DataLab