exampleAdjacencyMatrix {backShift} | R Documentation |
Example adjacency matrix
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
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
data("exampleAdjacencyMatrix")
plotGraphEdgeAttr(estimate = exampleAdjacencyMatrix, plotStabSelec = FALSE,
labels = colnames(exampleAdjacencyMatrix),
thres.point = 0, thres.stab = NULL, main = "True graph")
[Package backShift version 0.1.4.3 Index]