GetMatrixOfCausalRelationships {CausalR}R Documentation

compute causal relationships matrix

Description

Get a matrix of causal relationships from the network and the IDs of connected nodes

Usage

GetMatrixOfCausalRelationships(hypothesis, network,
  idsOfConnectedNodesFromSubgraph)

Arguments

hypothesis

a hypothesis node

network

a CCG network

idsOfConnectedNodesFromSubgraph

a list of connected nodes in the subgraph of interest

Value

causal relationships matrix


[Package CausalR version 1.24.0 Index]