Learn R Programming

crmPack (version 1.0.6)

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.

Examples

Run this code

# 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)

Run the code above in your browser using DataLab