Learn R Programming

parsec (version 1.2.7)

incomparability: Incomparability between profiles

Description

The function computes the set of pairwise incomparabilities between poset elements.

Usage

incomp(z)

Value

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

Arguments

z

an incidence matrix.

See Also

getzeta

Examples

Run this code
vl <- c(2, 2, 2)
pr <- var2prof(varlen = vl)
Z <- getzeta(pr)
incomp(Z)

Run the code above in your browser using DataLab