IncrementsNumDoseLevels-class | R Documentation |
Increments control based on number of dose levels
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
# increment
myIncrements <- IncrementsNumDoseLevels(maxLevels=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.