StoppingMinCohorts-class: Stop based on minimum number of cohorts

StoppingMinCohorts-classR Documentation

Stop based on minimum number of cohorts

Description

Stop based on minimum number of cohorts

Slots

nCohorts

minimum required number of cohorts

Examples


# As example, here is the rule for: 
#   stopping the study if at least 6 cohorts were already dosed

myStopping <- StoppingMinCohorts(nCohorts = 6)


crmPack documentation built on Sept. 3, 2022, 1:05 a.m.