StoppingMinPatients-class {crmPack}R Documentation

Stop based on minimum number of patients

Description

Stop based on minimum number of patients

Slots

nPatients

minimum allowed number of patients

Examples


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

myStopping <- StoppingMinPatients(nPatients = 20)


[Package crmPack version 1.0.5 Index]