dag.search {dagR}R Documentation

Evaluate possible adjustment sets of a DAG.

Description

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.

Usage

dag.search(dag, type = "brute", allow.unknown = FALSE, trace = FALSE, stop = 0)

Arguments

dag

DAG to be evaluated.

type

Type of search to be performed. Currently, only =brute is possible.

allow.unknown

See brute.search.

trace

See brute.search.

stop

See brute.search.

Value

The DAG with components searchType and searchRes added.

Author(s)

Lutz P Breitling <l.breitling@posteo.de>

See Also

brute.search


[Package dagR version 1.2.1 Index]