Learn R Programming

couplr (version 1.1.0)

.couples_replace: Replacement matching: each left picks its best right independently

Description

Replacement matching: each left picks its best right independently

Usage

.couples_replace(
  cost_matrix,
  left,
  right,
  left_ids,
  right_ids,
  vars,
  ratio = 1L
)

Arguments

Value

List with pairs tibble, unmatched list, and info list.