exogenousVariables {dagitty} | R Documentation |
Retrieve Exogenous Variables
Description
Returns the names of all variables that have no directed arrow pointing to them. Note that this does not preclude variables connected to bidirected arrows.
Usage
exogenousVariables(x)
Arguments
x |
the input graph, of any type. |
[Package dagitty version 0.3-4 Index]