Description Usage Arguments Value Author(s) Examples
Calculates the histogram of parent-child edges for a catNetworkEvaluate
object
or a list of catNetwork
s
1 | cnParHist(object)
|
object |
|
a numerical matrix
N. Balov
1 2 3 4 5 6 | cnet <- cnRandomCatnet(numnodes=20, maxpars=3, numcats=2)
psamples <- cnSamples(cnet, 100)
nodeOrder <- sample(1:20)
nets <- cnSearchOrder(psamples, pert=NULL,
maxParentSet=2, maxComplexity=50, nodeOrder)
cnParHist(object=nets)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.