View source: R/matching_core.R
| greedy_couples_blocked | R Documentation |
Greedy matching with blocking
greedy_couples_blocked(
left,
right,
left_ids,
right_ids,
block_col,
vars,
distance,
weights,
scale,
max_distance,
calipers,
strategy,
parallel = FALSE
)
List with pairs tibble and matching info.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.