IncrementsNumDoseLevels-class: Increments control based on number of dose levels
Description
Increments control based on number of dose levels
Arguments
Slots
maxLevels
scalar positive integer for the number of maximum
dose levels to increment for the next dose. It defaults to 1,
which means that no dose skipping is allowed - the next dose
can be maximum one level higher than the current dose.
# As example, here is the rule for: # maximum skip one dose level, that is 2 dose levels higher is maximum# incrementmyIncrements <- IncrementsNumDoseLevels(maxLevels=2)