Learn R Programming

couplr (version 1.1.0)

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

Arguments

Value

List with pairs tibble and matching info.