Stop based on minimum number of patients
nPatients
minimum allowed number of patients
1 2 3 4 | # As example, here is the rule for:
# stopping the study if at least 20 patients were already dosed
myStopping <- StoppingMinPatients(nPatients = 20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.