Returns a list with the nodes that are not directly pointing into a node
list_non_parents(model, node)
model
: A causal_model
. A model object generated by make_model
.node
: A character string. The quoted name of a node.Returns a list with the nodes that are not directly pointing into a node
Useful links