Identify all collider nodes in a DAG. A collider is a node that two or more edges point into. Bidirected edges count toward that total, so a node with one directed parent and one bidirected partner is a collider.
Value
A tibble with columns:
node: The collider nodeparent_set: String representation of the directed parentsparents: List column containing the directed parents. A bidirected partner contributes an arrowhead but is not a parent, so a collider formed by bidirected edges can have fewer than two parents here.is_activated: Logical indicating if the collider is conditioned on
