incomp: Incomparability between profiles

Description Usage Arguments Value See Also Examples

View source: R/incomp.R

Description

The function retruns which profiles are incomparables.

Usage

1
2
3
incomp(z)
## S3 method for class 'incidence'
incomp(z)

Arguments

z

an incidence matrix

Value

The function returns a boolean matrix which is TRUE when two profiles are incomparables.

See Also

getzeta

Examples

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

parsec documentation built on May 2, 2019, 6:08 p.m.