Package index
-
caugi() - Create a
caugifrom edge expressions.
-
ancestors() - Get ancestors of nodes in a
caugi -
children() - Get children of nodes in a
caugi -
descendants() - Get descendants of nodes in a
caugi -
edge_types() - Get the edge types of a
caugi. -
edges()E() - Get edges of a
caugi. -
exogenous() - Get all exogenous nodes in a
caugi -
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? -
is_ug() - Is the
caugigraph an UG? -
markov_blanket() - Get Markov blanket of nodes in a
caugi -
neighbors()neighbours() - Get neighbors of nodes in a
caugi -
nodes()vertices()V() - Get nodes or edges of a
caugi -
parents() - Get parents of nodes in a
caugi -
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
-
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
caugiusing Erdős-Rényi.
-
register_caugi_edge() - Register a new edge type in the global registry.
-
caugi_registry()reset_caugi_registry()seal_caugi_registry() caugiedge registry
-
as_adjacency() - Convert a caugi to an adjacency matrix
-
as_bnlearn() - Convert a caugi to a bnlearn network
-
as_caugi() - Convert to a
caugi -
as_dagitty() - Convert a caugi to a dagitty graph
-
as_igraph() - Convert a caugi to an igraph object
-
moralize() - Moralize a DAG
-
mutate_caugi() - Mutate
caugiclass -
skeleton() - Get the skeleton of a graph