Stopping ObjectsThese functions are only used internally to validate the format of an input
Stopping or inherited classes and therefore not exported.
v_stopping_cohorts_near_dose(object)v_stopping_patients_near_dose(object)
v_stopping_min_cohorts(object)
v_stopping_min_patients(object)
v_stopping_target_prob(object)
v_stopping_mtd_distribution(object)
v_stopping_mtd_cv(object)
v_stopping_target_biomarker(object)
v_stopping_list(object)
v_stopping_all(object)
v_stopping_tdci_ratio(object)
A character vector with the validation failure messages,
or TRUE in case validation passes.
(Stopping)
object to validate.
v_stopping_cohorts_near_dose(): validates that the StoppingCohortsNearDose
object contains valid nCohorts and percentage parameters.
v_stopping_patients_near_dose(): validates that the StoppingPatientsNearDose
object contains valid nPatients and percentage parameters.
v_stopping_min_cohorts(): validates that the StoppingMinCohorts
object contains valid nCohorts parameter.
v_stopping_min_patients(): validates that the StoppingMinPatients
object contains valid nPatients parameter.
v_stopping_target_prob(): validates that the StoppingTargetProb
object contains valid target and prob parameters.
v_stopping_mtd_distribution(): validates that the StoppingMTDdistribution
object contains valid target, thresh and prob parameters.
v_stopping_mtd_cv(): validates that the StoppingMTDCV object
contains valid probability target and percentage threshold.
v_stopping_target_biomarker(): validates that the StoppingTargetBiomarker object
contains valid target, is_relative and probslots.
v_stopping_list(): validates that the StoppingList object
contains valid stop_list, summary slots.
v_stopping_all(): validates that the StoppingAll object
contains valid stop_list slot.
v_stopping_tdci_ratio(): validates that the StoppingTDCIRatio object
contains valid target_ratio and prob_target slots.