clean_statement: Helper to clean and check the validity of causal statements...

View source: R/make_models.R

clean_statementR Documentation

Helper to clean and check the validity of causal statements specifying a DAG. This function isolates nodes and edges specified in a causal statements and makes them processable by make_dag

Description

Helper to clean and check the validity of causal statements specifying a DAG. This function isolates nodes and edges specified in a causal statements and makes them processable by make_dag

Usage

clean_statement(statement)

Arguments

statement

character string. Statement describing causal relations between nodes.

Value

a list of nodes and edges specified in the input statement


CausalQueries documentation built on April 3, 2025, 7:46 p.m.