Learn R Programming

crmPack (version 2.1.0)

OpeningMinCohorts-class: OpeningMinCohorts

Description

[Experimental]

OpeningMinCohorts opens backfill cohorts when the overall number of cohorts treated so far in the trial reaches or exceeds a minimum threshold. This can be used to implement a "delayed backfill cohort opening" rule.

Usage

OpeningMinCohorts(min_cohorts = 2L)

.DefaultOpeningMinCohorts()

Arguments

min_cohorts

(integer)
see slot definition.

Slots

min_cohorts

(integer)
the minimum number of cohorts that must have been treated before backfilling can be opened.

See Also

Opening and the other subclasses listed in there.