StoppingCohortsNearDose-class | R Documentation |
Stop based on number of cohorts near to next best dose
nCohorts
number of required cohorts
percentage
percentage (between 0 and 100) within the next best dose the cohorts must lie
# As example, here is the rule for:
# stopping the study if at least 3 cohorts were dosed at a dose within (1 +/- 0.2)
# of the next best dose
myStopping <- StoppingCohortsNearDose(nCohorts = 3,
percentage = 0.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.