non_decreasing: Make monotonicity statement (non negative)

View source: R/query_helpers.R

non_decreasingR Documentation

Make monotonicity statement (non negative)

Description

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

Usage

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

Examples


non_decreasing('A', 'B')


CausalQueries documentation built on Oct. 20, 2023, 1:06 a.m.