get_unmatched | R Documentation |
A function that generate the percentage of unmatched units for each match.
get_unmatched(matching_result)
matching_result |
matchingResult object that contains information for all matches |
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).
Other numerical analysis helper functions:
generateRhoObj()
,
get_balance_table()
,
get_rho_obj()
## Not run:
get_unmatched(match_result)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.