incomparability {parsec} | R Documentation |
Incomparability between profiles
Description
The function computes the set of pairwise incomparabilities between poset elements.
Usage
incomp(z)
Arguments
z |
an incidence matrix. |
Value
A boolean matrix whose element ij is TRUE
when profiles i and j
are incomparable.
See Also
Examples
vl <- c(2, 2, 2)
pr <- var2prof(varlen = vl)
Z <- getzeta(pr)
incomp(Z)
[Package parsec version 1.2.7 Index]