DDGraphEdge-class: An edge in an DDGraph...
Description
An edge in an DDGraphSlots
fromName
:- (
character
) the name of the first variable from which the edge goes
toInx
:- (
numeric
) the index of the second variable to which the edge goes
toName
:- (
character
) the name of the second variable to which the edge goes
ciTests
:- (
list
) a list of associated CITestResult
objects
type
:- (
character
) type of edge: "directed", "undirected", "bidirectional", "dashed"
Details
This class represents an edge in an Direct Dependence Graph. It is normally found in the
DDGraph::edges
list. It records the source and target nodes for the edge, the
edge type, as well as the conditional independence tests it represents.