Adjustment sets
Functions in this section are purposed to find adjustment sets in the dag. At the moment only "backdoor adjustment sets" are supported.
Dagitty.all_backdoor_adjustment_sets
— Functionall_backdoor_adjustment_sets(dag, x, y)
Obtain all sets of variables to be controlled to close backdoor paths from variable x to y.
Dagitty.is_valid_backdoor_adjustment_set
— Functionis_valid_backdoor_adjustment_set
Checks that given set z is a valid "backdoor adjustment set", i.e. z being observed disconnects x from y.