Description Usage Arguments Value Examples
This function returns a list of all 11 different Markov equivalence classes for causal graphs (DAGs) on three variables.
1 | get_Markov_equivalence_class_list(format = "bnlearn")
|
format |
The format in which to return the list. Currently, only "amat" (adjacency matrix) and "bnlearn" (class "bn") formats are supported. |
A list containing the 11 different Markov equivalence classes.
1 2 | get_Markov_equivalence_class_list(format = 'bnlearn') # default
get_Markov_equivalence_class_list(format = 'amat')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.