get_five_index {MultiObjMatch} | R Documentation |
An internal helper function that gives the index of matching with a wide range of number of treated units left unmatched
Description
An internal helper function that gives the index of matching with a wide range of number of treated units left unmatched
Usage
get_five_index(matching_result)
Arguments
matching_result |
an object returned by the main matching function dist_bal_match |
Value
a vector of five matching indices with the number of treated units excluded at 0th, 25th, 50th, 75th and 100th percentiles respectively.
[Package MultiObjMatch version 1.0.0 Index]