View source: R/summary.dagRdag.R
| summary.dagRdag | R Documentation |
Generic function summary() for class dagRdag.
## S3 method for class 'dagRdag' summary(object, ...)
object |
An object of class |
... |
Currently not used. |
Summarizes according to what functions have been applied to the DAG. It does not itself call dag.search and the like. Exception: is calls is.acyclic (with maxSecs=5).
This function passes the object to summary_dagRdag, which is preserved for backwards compatibility.
Lutz P Breitling <l.breitling@posteo.de>
Breitling LP (2010). dagR: a suite of R functions for directed acyclic graphs. Epidemiology 21(4):586-587.
Greenland S, Pearl J, Robins JM (1999). Causal diagrams for epidemiologic research. Epidemiology 10(1):37-48.
Kn\"uppel S, Stang A (2010). DAG Program: identifying minimal sufficient adjustment sets. Epidemiology 21(1):159.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.