next_graph: (internal) move to next graph

Description Usage Arguments Value

View source: R/TriangleSP.R

Description

by finding covered edges and reverting them

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
next_graph(
  CIFUN,
  groot,
  POM,
  layers,
  ecount,
  h = NULL,
  gh,
  prune = T,
  verbose = F,
  conservative = T
)

Arguments

CIFUN:

CI function

groot:

root DAG

POM:

partial ordering

layers:

list of layers

ecount:

current number of edges

h:

dictionary of CI statements

gh:

dictionary of DAGs

prune:

if yes, skip DAG in gh that has been checked. Otherwise not.

convervative:

censor by POM (aggressive) or layers (conservative) when finding covered edges

Value

list of DAGs


WY-Chen/DAGDNA documentation built on Dec. 18, 2021, 7:14 p.m.