create_response_function function

Translate regular DAG to response functions

Translate regular DAG to response functions

create_response_function(graph)

Arguments

  • graph: An aaa-igraph-package object that represents a directed acyclic graph that contains certain edge attributes. The shiny app returns a graph in this format and initialize_graph

    will add them to a regular igraph object with sensible defaults.

Returns

A list of functions representing the response functions

Examples

### confounded exposure and outcome b <- initialize_graph(igraph::graph_from_literal(X -+ Y, Ur -+ X, Ur -+ Y)) create_response_function(b)
  • Maintainer: Michael C Sachs
  • License: MIT + file LICENSE
  • Last published: 2024-10-17