View source: R/matching_parallel.R
| greedy_blocks_parallel | R Documentation |
Greedy match blocks in parallel
greedy_blocks_parallel(
blocks,
left,
right,
left_ids,
right_ids,
block_col,
vars,
distance,
weights,
scale,
max_distance,
calipers,
strategy,
parallel = FALSE
)
blocks |
Vector of block IDs |
left |
Left dataset with block_col |
right |
Right dataset with block_col |
left_ids |
IDs from left |
right_ids |
IDs from right |
block_col |
Name of blocking column |
vars |
Variables for matching |
distance |
Distance metric |
weights |
Variable weights |
scale |
Scaling method |
max_distance |
Maximum distance |
calipers |
Caliper constraints |
strategy |
Greedy strategy |
parallel |
Whether to use parallel processing |
List with combined results from all blocks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.