validateLBUB: (Internal) Validate constraint lower/upper bounds

View source: R/constraint_functions.R

validateLBUBR Documentation

(Internal) Validate constraint lower/upper bounds

Description

validateLBUB is an internal function for validating a constraint's lower/upper bounds.

Usage

validateLBUB(x, allow_range = TRUE)

Arguments

x

a data.frame row containing a single constraint data.

allow_range

whether to allow unequal LB and UB values as valid. (default = TRUE)

Value

validateLBUB does not return any values; it stops if the input constraint is not valid.


TestDesign documentation built on Sept. 11, 2024, 7:12 p.m.