View source: R/FunctionsTree.R
Kirshner | R Documentation |
Computing edge probabilities using Kirshner (07) formula
Kirshner(W)
W |
Squared weight matrix |
Edges probabilities as defined in Kirshner 2007
W = matrix(c(1,1,3,1,1,1,3,1,1),3,3,byrow=TRUE)
Kirshner(W)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.