Package index
-
caugi_graph() - Create a
caugi_graphfrom edge expressions.
-
ancestors() - Get ancestors of nodes in a
caugi_graph
-
children() - Get children of nodes in a
caugi_graph
-
descendants() - Get descendants of nodes in a
caugi_graph
-
edge_types() - Get the edge types of a
caugi_graph.
-
exogenous() - Get all exogenous nodes in a
caugi_graph
-
is_acyclic() - Is the
caugiacyclic?
-
is_caugi() - Is it a
caugigraph?
-
is_cpdag() - Is the
caugigraph a CPDAG?
-
is_dag() - Is the
caugigraph a DAG?
-
is_empty_caugi() - Is the
caugigraph empty?
-
is_pdag() - Is the
caugigraph a PDAG?
-
markov_blanket() - Get Markov blanket of nodes in a
caugi_graph
-
neighbors()neighbours() - Get neighbors of nodes in a
caugi_graph
-
nodes()vertices()V() - Get nodes or edges of a
caugi_graph
-
parents() - Get parents of nodes in a
caugi_graph
-
same_nodes() - Same nodes?
-
subgraph() - Get the induced subgraph
-
build() - Build the graph now
-
add_edges()remove_edges()set_edges()add_nodes()remove_nodes() - Manipulate nodes and edges of a
caugi_graph
-
adjustment_set() - Compute an adjustment set
-
all_backdoor_sets() - Get all backdoor sets up to a certain size.
-
d_separated() - Are X and Y d-separated given Z?
-
is_valid_backdoor() - Is a backdoor set valid?
-
generate_graph() - Generate a
caugi_graphusing Erdős-Rényi.
-
register_caugi_edge() - Register a new edge type in the global registry.
-
caugi_registry()reset_caugi_registry()seal_caugi_registry() - caugi edge registry
-
as_adjacency() - Convert a caugi_graph to an adjacency matrix
-
as_bnlearn() - Convert a caugi_graph to a bnlearn network
-
as_caugi() - Convert to a
caugi_graph
-
as_dagitty() - Convert a caugi_graph to a dagitty graph
-
as_igraph() - Convert a caugi_graph to an igraph object