incomp: Incomparability between profiles

View source: R/incomp.R

incomparabilityR 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

getzeta

Examples

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

parsec documentation built on Aug. 19, 2023, 5:07 p.m.