View source: R/query_helpers.R
increasing | R Documentation |
Generate a statement for Y monotonic (increasing) in X
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()
,
interacts()
,
non_decreasing()
,
non_increasing()
,
substitutes()
,
te()
increasing('A', 'B')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.