create_matches {rollmatch} | R Documentation |
Algorithm to find best matches from the comparison pool
Description
Algorithm to find best matches from the comparison pool
Usage
create_matches(trimmed_pool, tm, num_matches = 3, replacement = TRUE)
Arguments
trimmed_pool |
Dataframe containing the pool from which matches should be found |
tm |
See rollmatch() |
num_matches |
See rollmatch() |
replacement |
See rollmatch() |
Value
Dataframe containing top matches
Examples
print('See add_balance_table for full example')
[Package rollmatch version 2.0.3 Index]