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 )
mahal.nested.list
: Output from build_maha_mats functionmsets
: matched.set object -- list containing the treated observations and matched controlsmax.size
: maximum number of control units that will receive non-zero weights within a matched setverbose
: Logical. See PanelMatch() documentationuse.diagonal.covmat
: Logical. See PanelMatch() documentationmatched.set object with weights for control units, along with some other metadata
Useful links