condOptMatching: Function implementing conditional optimal matching.

View source: R/matching_functions.R

condOptMatchingR Documentation

Function implementing conditional optimal matching.

Description

Optimally matches two sets of IDs of matched units–varIndexMatch1 and varIndexMatch2–with respect to matching variables varsMatch.

Usage

condOptMatching(
  data,
  varIndexMatch1,
  varIndexMatch2,
  varsMatch,
  varGroup,
  distance,
  Sigma,
  varsExactMatch,
  k,
  dat_stdzDistances
)

gnattino/polymatching documentation built on Feb. 9, 2025, 1:23 a.m.