StoppingPatientsNearDose2-class: Stop based on number of patients near to next best dose !! No...

Description Slots Examples

Description

Stop based on number of patients near to next best dose !! No rule change to standard StoppingPatientsNearDose Only change is returned text, when h stopping rule is triggered

Slots

nPatients

number of required patients

percentage

percentage (between 0 and 100) within the next best dose the patients must lie

label

label of stopping rule

Examples

1
2
3
4
5
6
# As example, here is the rule for: 
#   stopping the study if at least 9 patients were dosed at a dose within (1 +/- 0.2) 
#   of the next best dose

myStopping <- StoppingPatientsNearDose(nPatients = 9,
                                       percentage = 0.2)

0liver0815/onc-crmpack-test documentation built on Feb. 19, 2022, 12:25 a.m.