handle_mahalanobis_calculations function

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

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

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

Returns

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

  • Maintainer: In Song Kim
  • License: GPL (>= 3)
  • Last published: 2025-03-03

Useful links