Learn R Programming

crmPack (version 1.0.6)

StoppingMinCohorts-class: Stop based on minimum number of cohorts

Description

Stop based on minimum number of cohorts

Arguments

Slots

nCohorts

minimum required number of cohorts

Examples

Run this code

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

myStopping <- StoppingMinCohorts(nCohorts = 6)

Run the code above in your browser using DataLab