plot.dce | R Documentation |
This function takes a differential causal effects object and plots the dag with the dces
## S3 method for class 'dce' plot(x, ...)
x |
dce object |
... |
Parameters passed to dce::plot_network |
plot of dag and dces
Martin Pirkl, Kim Philipp Jablonski
dag <- create_random_DAG(30, 0.2) X.wt <- simulate_data(dag) dag.mt <- resample_edge_weights(dag) X.mt <- simulate_data(dag) dce.list <- dce(dag,X.wt,X.mt) plot(dce.list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.