Skip to contents

Generate a statement for Y monotonic (increasing) in X

Usage

increasing(X, Y)

Arguments

X

A character. The quoted name of the input node

Y

A character. The quoted name of the outcome node

Value

A character statement of class statement

See also

Examples

# \donttest{
increasing('A', 'B')
#> 
#> Statement: 
#> (B[A=1] > B[A=0])
# }