Learn R Programming

parsec (version 1.2.0)

incomparability: Incomparability between profiles

Description

The function returns the set of incomparabilities of a poset.

Usage

incomp(z)

Arguments

z

an incidence matrix.

Value

A boolean matrix whose element ij is TRUE when profile i and j are incomparable.

See Also

getzeta

Examples

Run this code
# NOT RUN {
vl <- c(2, 2, 2)
pr <- var2prof(varlen = vl)
Z <- getzeta(pr)
incomp(Z)
# }

Run the code above in your browser using DataLab