| Backfill-class | R Documentation |
Backfill classClass representing a backfilling rule in a clinical trial design.
Backfill(
cohort_size = CohortSizeConst(size = 3),
opening = OpeningMinDose(),
recruitment = RecruitmentUnlimited(),
max_size = 1000000L,
priority = c("highest", "lowest", "random")
)
.DefaultBackfill()
cohort_size |
( |
opening |
( |
recruitment |
( |
max_size |
( |
priority |
( |
An object of class Backfill.
cohort_size(CohortSize)
the size of cohorts to be backfilled.
opening(Opening)
the opening criteria for backfilling.
recruitment(Recruitment)
recruitment criteria for backfilling.
max_size(count)
the maximum number of patients to be backfilled.
priority(character)
the priority rule for backfilling,
one of "highest", "lowest", or "random".
Typically, end users will not use the .DefaultBackfill() function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.