MBInfo: Input information about model-based design

Description Usage Arguments Value Examples

View source: R/MBInfo.R

Description

Input information about model-based design

Usage

1
2
3
4
5
6
7
8
9
MBInfo(
  dose.levels = NULL,
  ref.dose = NULL,
  bounds = c(0.16, 0.33),
  ewoc = 0.25,
  trial.name = NULL,
  drug.name = NULL,
  drug.unit = NULL
)

Arguments

dose.levels

A named list. names must match drug names.

ref.dose

A vector of numeric value.

bounds

A vector of two numeric values. Cutoff points of two categories. By the default, (0.16, 0.33).

ewoc

A numeric value. Escalation with overdosing control. The default is 0.25.

trial.name

A string.

drug.name

A vector of string.

drug.unit

A vector of string.

Value

A named list

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
  MB.Info <- MBInfo(dose.levels = list(Drug = c(80, 120, 160, 200, 240, 280)),
                    ref.dose = 120,
                    bounds = c(0.16, 0.33),
                    ewoc = 0.25,
                    trial.name = "Drug666",
                    drug.name = "DrugX",
                    drug.unit = "mg QD")

## End(Not run)

CChen89/demodel documentation built on Dec. 17, 2021, 12:52 p.m.