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



RTIInternational/rollmatch documentation built on June 14, 2025, 7:43 p.m.