Identify minimal sufficient adjustment sets.
Evaluates DAG adjustment sets identified by a dag.search
(or brute.search
) for minimal sufficiency by counting for each sufficient adjustment set A how many smaller sufficient ones that are contained in A exist.
msas(adjSets)
adjSets |
The |
A vector containing a -1
for each insufficient adjustment set, and for sufficient ones the number of smaller sufficient ones contained in it.
Lutz P Breitling <l.breitling@posteo.de>
Breitling LP (2010). dagR: a suite of R functions for directed acyclic graphs. Epidemiology 21(4):586-587.
Greenland S, Pearl J, Robins JM (1999). Causal diagrams for epidemiologic reserach. Epidemiology 10(1):37-48.
Kn\"uppel S, Stang A (2010). DAG Program: identifying minimal sufficient adjustment sets. Epidemiology 21(1):159.
d3<-demo.dag3(); d3s<-dag.search(d3); msas(d3s$searchRes); bs<-brute.search(d3); msas(bs);
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.