Learn R Programming

MultiObjMatch (version 1.0.0)

get_unmatched: Get unmatched percentage

Description

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()

Examples

Run this code
if (FALSE) {
get_unmatched(match_result)
}

Run the code above in your browser using DataLab