powered by
Check whether two nodes are d-separated.
dsep(bn, x, y, z)
dsep() returns TRUE if x and y are d-separated by z, and FALSE otherwise.
dsep()
TRUE
x
y
z
FALSE
an object of class bn.
bn
a character string, the label of a node.
an optional vector of character strings, the label of the (candidate) d-separating nodes. It defaults to the empty set.
Marco Scutari
Koller D, Friedman N (2009). Probabilistic Graphical Models: Principles and Techniques. MIT Press.
bn = model2network("[A][C|A][B|C]") dsep(bn, "A", "B", "C") bn = model2network("[A][C][B|A:C]") dsep(bn, "A", "B", "C")
Run the code above in your browser using DataLab