A function that generate the percentage of unmatched units for
each match.
Usage
get_unmatched(matching_result)
Value
data frame with three columns, one containing the matching index, one
containing the number of matched units, and one conatining the percentage
of matched units (out of original treated group size).
Arguments
matching_result
matchingResult object that contains information for all
matches
See Also
Other numerical analysis helper functions:
generateRhoObj(),
get_balance_table(),
get_rho_obj()