DDGraph-dash-class: Direct Dependence Graph class...

Description Arguments Details Methods

Description

Direct Dependence Graph class

Arguments

dataset

the DDDataSet object used to make the DDGraph

params

the parameters used in making the DDGraph

stats

the values of statistics used to make the DDGraph

direct

the list of indicies of direct variables

indirect

the list of indicies of indirect variables

joint

the list of indicies of joint variables

conditional

the list of indicies of conditional variables

conditionalJoint

the list of indicies of conditionally joint variables

edges

the list of edges (type DDGraphEdge) the describe the graph

Details

This class represents one Direct Dependence Graphs (generated by a certain conditional independence test, alpha value, etc). It contains the original DDDataSet object from which it stems, the set of parameters, the set of informative statistics as well as lists of direct, joint and indirect variables. Finally, it contains the edges needed to draw the graph.

Methods

initialize

signature(.Object = "DDGraph"): Construct new DDGraph object

names

signature(x = "DDGraph"): Names of different properties that can be accessed with $ operator

$

signature(x = "DDGraph"): access a property by name

show

signature(object = "DDGraph"): show method for DDGraph

plot

signature(x = "DDGraph", y = "missing"): Plot DDGraphs using RGraphviz


ddgraph documentation built on Nov. 17, 2017, 10:50 a.m.