IncrementsMaxToxProb is the class for increments control based on
probability of toxicity
Usage
IncrementsMaxToxProb(prob)
.DefaultIncrementsMaxToxProb()
Arguments
prob
(numeric) see slot definition.
Slots
prob
(numeric) See Usage Notes below.
Usage Notes
For binary models, prob should be a scalar probability.
For ordinal models, prob should be a named vector containing the maximum
permissible probability of toxicity by grade. The names should match the
names of the yCategories slot of the associated DataOrdinal object.
# For use with binary models and dataIncrementsMaxToxProb(prob = 0.35)
# For use with ordinal models and dataIncrementsMaxToxProb(prob = c("DLAE" = 0.2, "DLT" = 0.05))