Description Usage Arguments Details Slots Note Examples
Data
is a class for the data input.
It inherits from GeneralData
.
1 2 3 4 5 6 7 8 9 |
x |
( |
y |
( |
ID |
( |
cohort |
( |
doseGrid |
( |
placebo |
( |
... |
not used. |
The cohort
can be missing if and only if placebo
is equal to
FALSE
.
x
(numeric
)
the doses for the patients.
y
(integer
)
the vector of toxicity events (0 or 1 integers).
doseGrid
(numeric
)
the vector of all possible doses (sorted),
i.e. the dose grid.
nGrid
(integer
)
number of gridpoints.
xLevel
(integer
)
the levels for the doses the patients have been given,
w.r.t doseGrid
.
placebo
(logical
)
if TRUE
the first dose level
in the doseGrid
is considered as PLACEBO.
ID
and cohort
can be missing. Then a message will be issued
and the variables will be filled with default IDs and best guesses cohort,
i.e. a sorted (in ascending order) sequence of values from {1, 2, ...}
.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.