powered by
Generate a statement for X1, X1 interact in the production of Y
interacts(X1, X2, Y)
A character statement of class statement
statement
A character. The quoted name of the input node 1.
A character. The quoted name of the input node 2.
A character. The quoted name of the outcome node.
Other statements: complements(), decreasing(), increasing(), non_decreasing(), non_increasing(), substitutes(), te()
complements()
decreasing()
increasing()
non_decreasing()
non_increasing()
substitutes()
te()
# \donttest{ interacts('A', 'B', 'W') get_query_types(model = make_model('X-> Y <- W'), query = interacts('X', 'W', 'Y'), map = "causal_type") # }
Run the code above in your browser using DataLab