check_representative {MultiObjMatch}R Documentation

Check the representativeness of matched treated units

Description

Summary function to compare SMD of the key covariates in matched and the full set of treated units.

Usage

check_representative(matching_result, match_num = NULL)

Arguments

matching_result

the matching result returned by either dist_bal_match or two_dist_match.

match_num

(optional) Integer index of match that the user want to extract paired observations from. NULL by default, which will generate a table for all the matches.

Value

a summary table of SMDs of the key covariates between the whole treated units and the matched treated units.


[Package MultiObjMatch version 1.0.0 Index]