handle_mahalanobis_calculations: handle_mahalanobis_calculations Returns a matched.set object...

View source: R/matching_refinement.R

handle_mahalanobis_calculationsR Documentation

handle_mahalanobis_calculations Returns a matched.set object with weights for control units, along with some other metadata

Description

handle_mahalanobis_calculations Returns a matched.set object with weights for control units, along with some other metadata

Usage

handle_mahalanobis_calculations(
  mahal.nested.list,
  msets,
  max.size,
  verbose,
  use.diagonal.covmat
)

Arguments

mahal.nested.list

Output from build_maha_mats function

msets

matched.set object – list containing the treated observations and matched controls

max.size

maximum number of control units that will receive non-zero weights within a matched set

verbose

Logical. See PanelMatch() documentation

use.diagonal.covmat

Logical. See PanelMatch() documentation

Value

matched.set object with weights for control units, along with some other metadata


PanelMatch documentation built on June 22, 2024, 10:32 a.m.