Learn R Programming

rollmatch (version 2.0.4)

create_matches: 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)

Value

Dataframe containing top matches

Arguments

trimmed_pool

Dataframe containing the pool from which matches should be found

tm

See rollmatch()

num_matches

See rollmatch()

replacement

See rollmatch()

Examples

Run this code
# \donttest{ 
print('See add_balance_table for full example')
# }

Run the code above in your browser using DataLab