partition | R Documentation |
Factorize a set of nodes into heads and tails
partition(graph, v = graph$v, r = TRUE, ht, head_order)
factorize(graph, v = graph$v, r = TRUE, ht, head_order)
graph |
a CADMG |
v |
integer vector of vertices to partition |
r |
logical indicating whether nested parameterization is being used (used only if |
ht |
the output of applying |
head_order |
optional vector that represents partial order of heads |
partition()
: Return the partition function for a particular set of vertices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.