greedy_couples_single: Greedy matching without blocking

View source: R/matching_core.R

greedy_couples_singleR Documentation

Greedy matching without blocking

Description

Greedy matching without blocking

Usage

greedy_couples_single(
  left,
  right,
  left_ids,
  right_ids,
  vars,
  distance,
  weights,
  scale,
  max_distance,
  calipers,
  strategy
)

Value

List with pairs tibble and matching info.


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