decreasing: Make monotonicity statement (negative)

View source: R/query_helpers.R

decreasingR Documentation

Make monotonicity statement (negative)

Description

Generate a statement for Y monotonic (decreasing) in X

Usage

decreasing(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(), increasing(), interacts(), non_decreasing(), non_increasing(), substitutes(), te()

Examples


decreasing('A', 'B')


macartan/gbiqq documentation built on April 28, 2024, 10:07 p.m.