Learn R Programming

crmPack (version 2.1.0)

v_opening: Internal Helper Functions for Validation of Opening Objects

Description

[Experimental]

These functions are only used internally to validate the format of an input Opening or inherited classes and therefore not exported.

Usage

v_opening_min_dose(object)

v_opening_min_cohorts(object)

v_opening_min_responses(object)

Value

A character vector with the validation failure messages, or TRUE in case validation passes.

Arguments

object

(Opening)
object to validate.

Functions

  • v_opening_min_dose(): validates that the OpeningMinDose object contains valid min_dose slot.

  • v_opening_min_cohorts(): validates that the OpeningMinCohorts object contains valid min_cohorts slot.

  • v_opening_min_responses(): validates that the OpeningMinResponses object contains valid min_responses and include_lower_doses slots.