View source: R/FunctionsTree.R
EdgeProba | R Documentation |
Computing edge probabilities
EdgeProba(W, verbatim = FALSE)
W |
squared weight matrix |
verbatim |
controls verbosity |
Edges conditional probabilities computed directly, without using the Kirshner function.
W = matrix(c(1,1,3,1,1,1,3,1,1),3,3,byrow=TRUE)
EdgeProba(W)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.