Select the maximum tolerated dose (MTD) when the trial is completed using isotonic regression
select_mtd(method,
pT,
EI,
n_obs,
y_obs,
DU.pp=0.95,
extrasafe = FALSE)select_mtd() returns the selected MTD dose ($d_selected)
the design name; only i3+3 and BOIN are accepted.
a numeric value; the target DLT rate.
a vector which specifies the equivalence interval (EI).
a vector containing the number of participants treated at each dose level.
a vector containing the number of participants who experienced dose-limiting toxicity at each dose level.
a numeric value; the cutoff to remove an overly toxic dose for safety.
We recommend the default value of (DU.pp=0.95) for general use.
a logical value which specifies whether to implement a more strict safety rule.
select_mtd() selects the MTD based on isotonic estimates of toxicity
probabilities. If there are ties, we select from the ties the highest dose
level when the estimate of the DLT rate is smaller than the target, or the
lowest dose level when the estimate of the DLT rate is greater than the target.
The isotonic estimates are obtained by the pooled-adjacent-violators algorithm
(PAVA) (Barlow, 1972).