Learn R Programming

crmPack (version 2.1.0)

OpeningMinDose-class: OpeningMinDose

Description

[Experimental]

OpeningMinDose opens a backfill cohort when the cohort's dose is above or equal to the minimum dose specified. Note that the next recommended dose is not taken into account.

Usage

OpeningMinDose(min_dose = 0)

.DefaultOpeningMinDose()

Arguments

min_dose

(number)
see slot definition.

Slots

min_dose

(number)
the minimum dose at which backfill cohorts can be opened.

See Also

Opening and the other subclasses listed in there.

Examples

Run this code
# Opening backfill cohort when dose is at least 50
my_opening <- OpeningMinDose(min_dose = 50)

Run the code above in your browser using DataLab