matchPair | R Documentation |
Calls pairmatch
to perform matching and formats results
matchPair(data, groupcol, matchon)
data |
The data. |
groupcol |
Name of the column containing groups to match between. |
matchon |
Features to match on. |
A list containing result and a table where each row corresponds to a matched pair:
list(pair = pair, matchtable = matchtable)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.