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)The DAG with components searchType and searchRes added.
DAG to be evaluated.
Type of search to be performed. Currently, only =brute is possible.
See brute.search.
See brute.search.
See brute.search.
Lutz P Breitling <l.breitling@posteo.de>
brute.search