create_matches: Algorithm to find best matches from the comparison pool

View source: R/utility_functions.R

create_matchesR 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')



rollmatch documentation built on April 16, 2025, 1:09 a.m.