Fast, Flexible, and User-Friendly Record Linkage Methods
Compute frequency of words in a corpus
Building settings for string cleaning
Calculate word corpus for weighted jaccard matching
Build settings for fuzzy matching
Build settings for multivar matching
Build settings for scoring
Build settings for a tier
Calculate weights for computing matchscore
Computing Weighted Jaccard Distance
String cleaning for easier matching
Use string distances to match on names
evaluate a matched dataset
Merge two datasets either by exact, fuzzy, or multivar-based matching
Matching by computing multivar_scores based on several variables
Pipe operator
Perform an iterative match by tier
Provides a flexible set of tools for matching two un-linked data sets. 'fedmatch' allows for three ways to match data: exact matches, fuzzy matches, and multi-variable matches. It also allows an easy combination of these three matches via the tier matching function.