subproblemSuccess {optmatch} | R Documentation |
(Internal) Report successful subproblems.
Description
fullmatch
can break up a large matching problem into smaller
subproblems (for example, using strata defined by exactMatch
).
This function lists the subproblems in a match and list whether at least on
treated unit was matched in subproblem. Subproblems that have no matched
treated units are said to have "failed."
Usage
subproblemSuccess(x)
Arguments
x |
Value
A named logical vector indicating either success or failure for each subproblem.
[Package optmatch version 0.10.8 Index]