| IncrementsMaxToxProb-class | R Documentation |
IncrementsMaxToxProbIncrementsMaxToxProb is the class for increments control based on
probability of toxicity
IncrementsMaxToxProb(prob)
.DefaultIncrementsMaxToxProb()
prob |
( |
prob(numeric)
See Usage Notes below.
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.
Typically, end users will not use the .DefaultIncrementsMaxToxProb() function.
# For use with binary models and data
IncrementsMaxToxProb(prob = 0.35)
# For use with ordinal models and data
IncrementsMaxToxProb(prob = c("DLAE" = 0.2, "DLT" = 0.05))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.