Learn R Programming

CausalQueries (version 1.1.0)

non_decreasing: Make monotonicity statement (non negative)

Description

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

Usage

non_decreasing(X, Y)

Value

A character statement of class statement

Arguments

X

A character. The quoted name of the input node

Y

A character. The quoted name of the outcome node

See Also

Other statements: complements(), decreasing(), increasing(), interacts(), non_increasing(), substitutes(), te()

Examples

Run this code
# \donttest{
non_decreasing('A', 'B')
# }

Run the code above in your browser using DataLab