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()
An object of class Backfill.
(CohortSize)
see the slot definition.
(Opening)
see the slot definition.
(Recruitment)
see the slot definition.
(count)
see the slot definition.
(character)
see the slot definition.
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".