Learn R Programming

phonics (version 1.0.0)

lein: Lein Name Coding

Description

The Lein name coding procedure.

Usage

lein(word, maxCodeLen = 4)

Arguments

word

string or vector of strings to encode

maxCodeLen

maximum length of the resulting encodings, in characters

Value

the Lein encoded character vector

Details

The variable word is the name to be encoded. The variable maxCodeLen is the limit on how long the returned name code should be. The default is 4.

References

Billy T. Lynch and William L. Arends. "Selection of surname coding procedure for the SRS record linkage system." United States Department of Agriculture, Sample Survey Research Branch, Research Division, Washington, 1977.

See Also

Other phonics: caverphone, cologne, metaphone, mra_encode, nysiis, onca, phonex, rogerroot, soundex, statcan

Examples

Run this code
# NOT RUN {
lein("William")
lein(c("Peter", "Peady"))
lein("Stevenson", maxCodeLen = 8)

# }

Run the code above in your browser using DataLab