validateLBUB {TestDesign} | R 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 |
allow_range |
whether to allow unequal LB and UB values as valid. (default = |
Value
validateLBUB
does not return any values;
it stop
s if the input constraint is not valid.
[Package TestDesign version 1.7.0 Index]