get_indices: Determine Indices of Ranked Objects

View source: R/get_indices.R

get_indicesR Documentation

Determine Indices of Ranked Objects

Description

Used in Subiterative Convergence to determine the index of the subset of objects from the output from Modified Kemeny. These indices are then used to find the object indices for the next step in Subiterative Convergence.

Usage

get_indices(x, y)

Arguments

x

a vector of integers, typically a series from 1 to \eta from Subiterative Convergence.

y

a vector containing the ranking, typically the output from Modified Kemeny.

Value

The index or indices of the ranked objects.

See Also

subit_convergence


RankAggSIgFUR documentation built on July 9, 2023, 7:26 p.m.