Learn R Programming

PanelMatch (version 3.0.0)

handle_mahalanobis_calculations: 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
)

Value

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

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