CohortSizeDLT-class | R Documentation |
Cohort size based on number of DLTs
DLTintervals
an integer vector with the left bounds of the relevant DLT intervals
cohortSize
an integer vector of the same length with the cohort
sizes in the DLTintervals
# As example, here is the rule for:
# having cohort of size 1 until no DLT were observed
# and having cohort of size 3 as soon as 1 DLT is observed
mySize <- CohortSizeDLT(DLTintervals = c(0, 1),
cohortSize = c(1, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.