Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

dag.search

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

Examples

d3<-demo.dag3();
d3s<-dag.search(d3);
d3s;

dagR

R Functions for Directed Acyclic Graphs

v1.2.0
GPL-2
Authors
Lutz P Breitling
Initial release
2021-04-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.