StoppingMinPatients-class: Stop based on minimum number of patients

StoppingMinPatients-classR 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)


crmPack documentation built on June 26, 2024, 5:07 p.m.