Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

demo.dag7

Set up demo DAG #7.


Description

Initializes a DAG motivated by the manual for the software DAG v0.11 (Kn\"uppel 2009). This DAG has been featured in Breitling (2010). The DAG is the same as DAG #3, but #7 demonstrates the use of alternative node symbols.

Usage

demo.dag7()

Value

Returns a DAG.

Author(s)

Lutz P Breitling <l.breitling@posteo.de>

References

Breitling LP (2010). dagR: a suite of R functions for directed acyclic graphs. Epidemiology 21(4):586-587.
Kn\"uppel S (2009). DAG v0.11 documentation (Oct 21, 2009). https://hsz.dife.de/dag/

See Also

demo.dag3

Examples

dag7<-demo.dag7();
summary_dagRdag(dag7);
dag.draw(dag7, legend=FALSE);
dag.draw(dag7, alt.symb=FALSE);

dagR

R Functions for Directed Acyclic Graphs

v1.2.0
GPL-2
Authors
Lutz P Breitling
Initial release
2021-04-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.