Skip to contents

Generate a statement for Y weakly monotonic (not increasing) in X

Usage

non_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{
non_increasing('A', 'B')
#> 
#> Statement: 
#> (B[A=1] <= B[A=0])
# }