hem08 | R Documentation |
This is an imset that is structural but not combinatorial. Code to recreate it is given below.
hem08
An object of class imset
of length 32.
Hemmecke et al. (2008) Three Counter-Examples on Semi-Graphoids, Combinatorics Probability and Computing, 17(2):239-257.
is_combinatorial(hem08)
is_structural(hem08)
## code to recreate hem08
u <- elem_imset(4, 5, 2) + elem_imset(4, 5, 3) +
elem_imset(1, 3, 4) + elem_imset(1, 2, 5) +
elem_imset(2, 5, c(1,4)) + elem_imset(4, 3, c(1,5)) +
elem_imset(1, 4, c(2,3)) + elem_imset(1, 5, c(2,3)) +
elem_imset(1, 4, c(3)) + elem_imset(1, 5, c(2)) +
elem_imset(2, 3, 4) + elem_imset(2, 3, 5) +
elem_imset(4, 3, 1:2) + elem_imset(2, 5, c(1,3)) +
elem_imset(1, 3, 4:5) + elem_imset(2, 1, 4:5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.