matchedData | R Documentation |
A function that returns the dataframe that contains only matched pairs from the original data frame with specified match index
matchedData(matchingResult, match_num)
matchingResult |
an object returned by the main matching function distBalMatch |
match_num |
Integer index of match that the user want to extract paired observations from |
dataframe that contains only matched pair data
## Not run: matchedData(matchResult1, 1) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.