emat_operations | R Documentation |
Edge matrix operations needed for ips algorithms
emat_compare(emat1, emat2)
emat_complement(emat1, emat2)
emat_sort(emat1)
order_rows(emat)
emat , emat1 , emat2 |
Edge matrix (a 2 x p matrix) |
An emat with p edges is represented by a 2 x p matrix.
These functions may well be removed from the package in future relases
Søren Højsgaard, sorenh@math.aau.dk
emat1 <- model_saturated(3:4, type="emat")
emat2 <- model_saturated(1:4, type="emat")
emat_complement(emat1, emat2)
emat3 <- model_saturated(2:4, type="emat")
emat_compare(emat1, emat3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.