Description Usage Arguments Details
Construct new DDGraph object
1 2 3 4 5 | ## S4 method for signature 'DDGraph'
initialize(.Object, ..., direct=vector(mode = "numeric"), indirect=vector(mode =
"numeric"), joint=vector(mode = "numeric"), conditional=vector(mode
= "numeric"), conditionalJoint=vector(mode = "numeric"),
edges=list(), dataset=new("DDDataSet"), params=list(), stats=list())
|
.Object |
DDGraph object |
direct |
direct variable indexes |
indirect |
indirect variable indexes |
joint |
joint variable indexes |
conditional |
conditional variable indexes |
conditionalJoint |
conditionally joint variable indexes |
edges |
edges list |
dataset |
DDDataSet object |
params |
parameters used to make this object |
stats |
the statistics used to make this object |
... |
unused |
Properly initialize the object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.