powered by
Does not take other edge types than the one found in a PDAG.
as_adjacency(x)
An integer 0/1 adjacency matrix with row/col names.
A caugi object.
caugi
Other conversions: as_bnlearn(), as_caugi(), as_dagitty(), as_igraph()
as_bnlearn()
as_caugi()
as_dagitty()
as_igraph()
cg <- caugi( A %-->% B, class = "DAG" ) adj <- as_adjacency(cg)
Run the code above in your browser using DataLab