View source: R/dedupeMatches.R
dedupeMatches | R Documentation |
Dedupe matched dataframes.
dedupeMatches(matchesA, matchesB, EM,
matchesLink, patterns, linprog)
matchesA |
A dataframe of the matched observations in dataset A, with all variables used to inform the match. |
matchesB |
A dataframe of the matched observations in dataset B, with all variables used to inform the match. |
EM |
The EM object from |
matchesLink |
The output from |
patterns |
The output from |
linprog |
Whether to implement Winkler's linear programming solution to the deduplication problem. Default is false. |
dedupeMatches()
returns a list containing the following elements:
matchesA |
A deduped version of matchesA |
matchesB |
A deduped version of matchesB |
EM |
A deduped version of the EM object |
Ted Enamorado <ted.enamorado@gmail.com> and Ben Fifield <benfifield@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.