powered by
The function computes the set of pairwise incomparabilities between poset elements.
incomp(z)
A boolean matrix whose element ij is TRUE when profiles i and j are incomparable.
TRUE
an incidence matrix.
getzeta
vl <- c(2, 2, 2) pr <- var2prof(varlen = vl) Z <- getzeta(pr) incomp(Z)
Run the code above in your browser using DataLab