November 2017
Beginner to intermediate
366 pages
7h 59m
English
The RecordLinkage package includes Soundex and Pho_h algorithms to compare string columns. In our example, we want to use columns 2, 3, and 4 for string comparison, specified by the list we pass to the phonetic parameter, and use the Pho_h function by passing it to the phonfun parameter:
Let us generate some phoenetic-based features:
> rec.pairs.matches <- compare.dedup(RLdata500+ ,blockfld = list(1, 5:7)+ ,phonetic = c(2,3,4)+ ,phonfun = pho_h)> head(rec.pairs.matches$pairs) ...
Read now
Unlock full access