powered by
StoppingMinCohorts
StoppingMinCohorts is the class for stopping based on minimum number of cohorts.
StoppingMinCohorts(nCohorts = 2L, report_label = NA_character_).DefaultStoppingMinCohorts()
.DefaultStoppingMinCohorts()
(number) see slot definition.
number
(string or NA) see slot definition.
string
NA
nCohorts
(number) minimum required number of cohorts.
# As example, here is the rule for stopping the study if at least 6 cohorts # were already dosed. my_stopping <- StoppingMinCohorts(nCohorts = 6)
Run the code above in your browser using DataLab