View source: R/query_helpers.R
non_increasing | R Documentation |
Generate a statement for Y weakly monotonic (not increasing) in X
non_increasing(X, Y)
X |
A character. The quoted name of the input node |
Y |
A character. The quoted name of the outcome node |
A character statement of class statement
Other statements:
complements()
,
decreasing()
,
increasing()
,
interacts()
,
non_decreasing()
,
substitutes()
,
te()
non_increasing('A', 'B')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.