Learn R Programming

couplr (version 1.0.10)

greedy_couples_single: 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
)

Arguments

Value

List with pairs tibble and matching info.