ConstructSeqs: Constructs sequences from Kendall Information matricies.

Description Usage Arguments Value Author(s) Examples

View source: R/ConstructSeqs.R

Description

Sequences in a fully-ordered sequence space have a unique Kendall Information vector associated with them. This function creates the sequence from the Kendall information vector.

Usage

1
  ConstructSeqs(prefs, n.abils)

Arguments

prefs

Ordering preference between columns in the data. 1 cooresponds to an increase, 0 to a decrease.

n.abils

Number of columns in the original data set.

Value

List of fully-ordered sequences, one for each row of prefs.

Author(s)

Erik Gregory

Examples

1
2
ConstructSeqs(matrix(c(1, 1, 1, 0, 0, 0), nrow = 1), 4)
# Should output (4, 1, 2, 3)

RMallow documentation built on Feb. 7, 2020, 9:06 a.m.