![](../logo.png)
Internal Helper Functions for Validation of Stopping
Objects
Source: R/Rules-validity.R
v_stopping.Rd
These 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 theStoppingCohortsNearDose
object contains validnCohorts
andpercentage
parameters.v_stopping_patients_near_dose()
: validates that theStoppingPatientsNearDose
object contains validnPatients
andpercentage
parameters.v_stopping_min_cohorts()
: validates that theStoppingMinCohorts
object contains validnCohorts
parameter.v_stopping_min_patients()
: validates that theStoppingMinPatients
object contains validnPatients
parameter.v_stopping_target_prob()
: validates that theStoppingTargetProb
object contains validtarget
andprob
parameters.v_stopping_mtd_distribution()
: validates that theStoppingMTDdistribution
object contains validtarget
,thresh
andprob
parameters.v_stopping_mtd_cv()
: validates that theStoppingMTDCV
object contains valid probability target and percentage threshold.v_stopping_target_biomarker()
: validates that theStoppingTargetBiomarker
object contains validtarget
,is_relative
andprob
slots.v_stopping_list()
: validates that theStoppingList
object contains validstop_list
,summary
slots.v_stopping_all()
: validates that theStoppingAll
object contains validstop_list
slot.v_stopping_tdci_ratio()
: validates that theStoppingTDCIRatio
object contains validtarget_ratio
andprob_target
slots.