subproblemSuccess | R Documentation |
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."
subproblemSuccess(x)
x |
The result of |
A named logical vector indicating either success or failure for each subproblem.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.