getUnmatched {MultiObjMatch}R Documentation

Get unmatched percentage

Description

A function that generate the percentage of unmatched units for each match.

Usage

getUnmatched(matchingResult)

Arguments

matchingResult

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: generateBalanceTable(), generateRhoObj()

Examples

## Not run: 
getUnmatched(matchResult)

## End(Not run)

[Package MultiObjMatch version 0.1.3 Index]