add_float_range {DIETCOST}R Documentation

Float range

Description

Checks if a numeric variable is within a continuous float range.

Usage

add_float_range(variable, min, max)

Arguments

variable

Numeric variable.

min

Minimum possible value.

max

Maximum possible value.

Value

No return value,only performs a check.


[Package DIETCOST version 1.0.0.0 Index]