Evaluate possible adjustment sets of a DAG.
Currently, this simply is a wrapper for brute.search
, which returns the input DAG with the results of brute.search
and a string describing the search setup.
dag.search(dag, type = "brute", allow.unknown = FALSE, trace = FALSE, stop = 0)
dag |
DAG to be evaluated. |
type |
Type of search to be performed. Currently, only =brute is possible. |
allow.unknown |
See |
trace |
See |
stop |
See |
The DAG with components searchType
and searchRes
added.
Lutz P Breitling <l.breitling@posteo.de>
d3<-demo.dag3(); d3s<-dag.search(d3); d3s;
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.