non_increasing {CausalQueries} | R Documentation |
Make monotonicity statement (non positive)
Description
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
Other statements:
complements()
,
decreasing()
,
increasing()
,
interacts()
,
non_decreasing()
,
substitutes()
,
te()
Examples
non_increasing('A', 'B')
[Package CausalQueries version 1.1.1 Index]