powered by
StoppingMinPatients
StoppingMinPatients is the class for stopping based on minimum number of patients
StoppingMinPatients(nPatients = 20L, report_label = NA_character_).DefaultStoppingMinPatients()
.DefaultStoppingMinPatients()
(number) see slot definition.
number
(string or NA) see slot definition.
string
NA
nPatients
(number) minimum allowed number of patients.
# As example, here is the rule for stopping the study if at least 20 patients # were already dosed my_stopping <- StoppingMinPatients(nPatients = 20)
Run the code above in your browser using DataLab