
Internal Helper Functions for Validation of Stopping Objects
Source: R/Rules-validity.R
v_stopping.RdThese functions are only used internally to validate the format of an input
Stopping or inherited classes and therefore not exported.
Usage
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)Functions
v_stopping_cohorts_near_dose(): validates that theStoppingCohortsNearDoseobject contains validnCohortsandpercentageparameters.v_stopping_patients_near_dose(): validates that theStoppingPatientsNearDoseobject contains validnPatientsandpercentageparameters.v_stopping_min_cohorts(): validates that theStoppingMinCohortsobject contains validnCohortsparameter.v_stopping_min_patients(): validates that theStoppingMinPatientsobject contains validnPatientsparameter.v_stopping_target_prob(): validates that theStoppingTargetProbobject contains validtargetandprobparameters.v_stopping_mtd_distribution(): validates that theStoppingMTDdistributionobject contains validtarget,threshandprobparameters.v_stopping_mtd_cv(): validates that theStoppingMTDCVobject contains valid probability target and percentage threshold.v_stopping_target_biomarker(): validates that theStoppingTargetBiomarkerobject contains validtarget,is_relativeandprobslots.v_stopping_list(): validates that theStoppingListobject contains validstop_list,summaryslots.v_stopping_all(): validates that theStoppingAllobject contains validstop_listslot.v_stopping_tdci_ratio(): validates that theStoppingTDCIRatioobject contains validtarget_ratioandprob_targetslots.