dag: Create a dagitty DAG

View source: R/dagify.R

dagR Documentation

Create a dagitty DAG

Description

A convenience wrapper for dagitty::dagitty().

Usage

dag(...)

Arguments

...

a character vector in the style of dagitty. See dagitty::dagitty for details.

Value

a dagitty

Examples

dag("{x m} -> y")


ggdag documentation built on Sept. 11, 2024, 6:12 p.m.