Usage
Backfill(
cohort_size = CohortSizeConst(size = 3),
opening = OpeningMinDose(),
recruitment = RecruitmentUnlimited(),
max_size = 1000000L,
priority = c("highest", "lowest", "random")
)
.DefaultBackfill()Slots
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".
