.approx_match {pense} | R Documentation |
Approximate Value Matching
Description
Approximate Value Matching
Usage
.approx_match(x, table, eps)
Arguments
x , table |
see base::match for details. |
eps |
numerical tolerance for matching. |
Value
a vector the same length as x
with integers giving the position in
table
of the first match if there is a match, or NA_integer_
otherwise.
[Package pense version 2.2.2 Index]