Learn R Programming

backShift (version 0.1.4.3)

exampleAdjacencyMatrix: 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")

Arguments

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

Run this code
# NOT RUN {
data("exampleAdjacencyMatrix")
plotGraphEdgeAttr(estimate = exampleAdjacencyMatrix, plotStabSelec = FALSE, 
                  labels = colnames(exampleAdjacencyMatrix),
                  thres.point = 0, thres.stab = NULL, main = "True graph")
# }

Run the code above in your browser using DataLab