View source: R/matching_parallel.R
| match_blocks_parallel | R Documentation |
Match blocks in parallel
match_blocks_parallel(
blocks,
left,
right,
left_ids,
right_ids,
block_col,
vars,
distance,
weights,
scale,
max_distance,
calipers,
method,
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 |
method |
LAP method |
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.