exampleAdjacencyMatrix: Example adjacency matrix

Description Usage Format References Examples

Description

An example for an adjacency matrix A to be used as input to simulateInterventions. The entry A_{ij} contains the edge from node i to node j.

Usage

1
data("exampleAdjacencyMatrix")

Format

A matrix with 10 rows and 10 columns.

References

Used in simulations in:

Dominik Rothenhaeusler, Christina Heinze, Jonas Peters, Nicolai Meinshausen (2015): backShift: Learning causal cyclic graphs from unknown shift interventions arXiv preprint: http://arxiv.org/abs/1506.02494

Examples

1
2
3
4
data("exampleAdjacencyMatrix")
plotGraphEdgeAttr(estimate = exampleAdjacencyMatrix, plotStabSelec = FALSE, 
                  labels = colnames(exampleAdjacencyMatrix),
                  thres.point = 0, thres.stab = NULL, main = "True graph")

christinaheinze/backShift documentation built on May 13, 2019, 7 p.m.