dedupeMatches {fastLink} | R Documentation |
dedupeMatches
Description
Dedupe matched dataframes.
Usage
dedupeMatches(matchesA, matchesB, EM,
matchesLink, patterns, linprog)
Arguments
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. |
Value
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 |
Author(s)
Ted Enamorado <ted.enamorado@gmail.com> and Ben Fifield <benfifield@gmail.com>
[Package fastLink version 0.6.1 Index]