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.


choi-phd/TestDesign documentation built on Oct. 1, 2024, 2:37 a.m.