Internal Helper Functions for Validation of Increments
Objects
Source: R/Rules-validity.R
v_increments.Rd
These functions are only used internally to validate the format of an input
Increments
or inherited classes and therefore not exported.
Usage
v_increments_relative(object)
v_increments_relative_parts(object)
v_increments_relative_dlt(object)
v_increments_dose_levels(object)
v_increments_hsr_beta(object)
v_increments_min(object)
v_increments_maxtoxprob(object)
v_increments_ordinal(object)
v_cohort_size_ordinal(object)
Functions
v_increments_relative()
: validates that theIncrementsRelative
object contains validintervals
andincrements
parameters.v_increments_relative_parts()
: validates that theIncrementsRelativeParts
object contains validdlt_start
andclean_start
parameters.v_increments_relative_dlt()
: validates that theIncrementsRelativeDLT
object contains validintervals
andincrements
parameters.v_increments_dose_levels()
: validates that theIncrementsDoseLevels
object contains validlevels
andbasis_level
option.v_increments_hsr_beta()
: validates that theIncrementsHSRBeta
object contains valid probability target, threshold and shape parameters.v_increments_min()
: validates that theIncrementsMin
object contains a list withIncrements
objects.v_increments_maxtoxprob()
: validates theIncrementsMaxToxProb
v_increments_ordinal()
: validates that theIncrementsOrdinal
object contains validgrade
and standardIncrements
rule.v_cohort_size_ordinal()
: validates that theCohortSizeOrdinal
object contains validgrade
and standardCohortSize
rule.