get_unmatched {MultiObjMatch} | R Documentation |
Get unmatched percentage
Description
A function that generate the percentage of unmatched units for each match.
Usage
get_unmatched(matching_result)
Arguments
matching_result |
matchingResult object that contains information for all matches |
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).
See Also
Other numerical analysis helper functions:
generateRhoObj()
,
get_balance_table()
,
get_rho_obj()
Examples
## Not run:
get_unmatched(match_result)
## End(Not run)
[Package MultiObjMatch version 1.0.0 Index]