Function to establish class membership of induced inclusions given a partial order structure
Usage
iinc(inc, PO, print.eqs = FALSE, prsep)
Arguments
inc
an induced inclusion ('list' format)
PO
a partial order structure
print.eqs
(logical) should the equations be printed in the outcome?
prsep
the pair separator
Value
A vector with the class membership of the elements in the structure
Details
The induced inclusion function takes certain additions to the partial order, and then check whether a congruence relation is established among the relations.
References
Pattison, P.E. Algebraic Models for Social Networks. Cambridge University Press. 1993.
## Load the data, and obtain the partial orderdata("incubA")
po <- partial.order(strings(incubA$IM))
## Get a cluster vector given induced inclusion on the POiinc(transf(1-po), po)