Learn R Programming

couplr (version 1.1.0)

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,
  replace = FALSE,
  ratio = 1L
)

Arguments

Value

List with pairs tibble and matching info.