The difference to Design class is that
model, stopping and increments slots are missing.
nextBesthow to find the next best dose, an object of class
NextBest
cohortSizerules for the cohort sizes,
an object of class CohortSize
datawhat is the dose grid, any previous data, etc., contained
in an object of class Data
startingDosewhat is the starting dose? Must lie on the grid in
data
1 2 3 4 5 6 7 8 9 10 | emptydata <- Data(doseGrid = c(5, 10, 15, 25, 35, 50, 80))
# inizialing a 3+3 design with constant cohort size of 3 and
# starting dose equal 5
myDesign <- RuleDesign(nextBest = NextBestThreePlusThree(),
cohortSize = CohortSizeConst(size=3L),
data = emptydata,
startingDose = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.