Learn R Programming

crmPack (version 1.0.6)

StoppingMinPatients-class: Stop based on minimum number of patients

Description

Stop based on minimum number of patients

Arguments

Slots

nPatients

minimum allowed number of patients

Examples

Run this code

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

myStopping <- StoppingMinPatients(nPatients = 20)

Run the code above in your browser using DataLab