handle_mahalanobis_calculations {PanelMatch}R 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


[Package PanelMatch version 3.1.1 Index]