StoppingPatientsNearDose-class: Stop based on number of patients near to next best dose

StoppingPatientsNearDose-classR Documentation

Stop based on number of patients near to next best dose

Description

Stop based on number of patients near to next best dose

Slots

nPatients

number of required patients

percentage

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

Examples


# 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)


crmPack documentation built on Sept. 3, 2022, 1:05 a.m.