create_matches: Algorithm to find best matches from the comparison pool

Description Usage Arguments Value Examples

View source: R/utility_functions.R

Description

Algorithm to find best matches from the comparison pool

Usage

1
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

1
2
3
4
## Not run:  
print('See add_balance_table for full example')

## End(Not run)

rollmatch documentation built on July 8, 2020, 6:56 p.m.