greedy_couples_blocked: Greedy matching with blocking

View source: R/matching_core.R

greedy_couples_blockedR Documentation

Greedy matching with blocking

Description

Greedy matching with blocking

Usage

greedy_couples_blocked(
  left,
  right,
  left_ids,
  right_ids,
  block_col,
  vars,
  distance,
  weights,
  scale,
  max_distance,
  calipers,
  strategy,
  parallel = FALSE
)

Value

List with pairs tibble and matching info.


couplr documentation built on Jan. 20, 2026, 5:07 p.m.