smallest_n_indices {counterfactuals} | R Documentation |
Returns the indices of the n smallest elements in a vector
Description
Returns the indices of the n smallest elements in a vector
Usage
smallest_n_indices(x, n = 1L)
Arguments
x |
( |
n |
( |
[Package counterfactuals version 0.1.4 Index]