DataParts {crmPack} | R Documentation |
Initialization function for the "DataParts" class
Description
This is the function for initializing a DataParts
object.
Usage
DataParts(part = integer(), nextPart = 1L, part1Ladder = numeric(), ...)
Arguments
part |
which part does each of the patients belong to? |
nextPart |
what is the part for the next cohort? (1 or 2) |
part1Ladder |
what is the escalation ladder for part 1? |
... |
additional parameters from |
Value
the initialized DataParts
object
[Package crmPack version 1.0.6 Index]