Learn R Programming

TestDesign (version 1.7.0)

validateLBUB: (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)

Value

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

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)