subsetRep | R Documentation |
Get the subset representation of an ordinary ADMG
subsetRep(graph, max_size, sort = 1, r = FALSE)
graph |
ADMG |
max_size |
largest set to consider |
sort |
if 1, returns unique sets, if 2 returns sorted sets, if 3 returns sets ordered reverse lexicographically |
r |
logical: use recursive heads? (Defaults to |
This returns sets of the form HuA
, where A
is any
subset of tail(H)
. This representation is shown to
correspond precisely to ordinary Markov equivalence.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.