cpdag {bnlearn} | R Documentation |
Find the equivalence class of a Bayesian network.
cpdag(x, debug = FALSE)
x |
an object of class bn . |
debug |
a boolean value. If TRUE a lot of debugging output
is printed; otherwise the function is completely silent. |
An object of class bn
, representing the equivalence class.
See bn-class
for details.
Marco Scutari
Pearl J (2000). Causality: Models, Reasoning and Inference. Cambridge University Press.
data(learning.test) cpdag(gs(learning.test))