Data linkage and R Studio: April office hours follow up thread
Have you used what you learned at April's office hours for your project? Do you plan to do probabilistic linkage? What about using R studio? Chime in below and connect with other learners.
I also found this book on R that might be helpful (It keeps things interesting with a pirate theme) :YaRrr! The Pirate’s Guide to R (bookdown.org)
I've been slowly learning R with the help of both of those.
Check https://cran.r-project.org/web/packages/PGRdup/PGRdup.pdf
if you wanted to use the double metaphone function to try it out.
I would think you can use the fuzzyjoin package or stringr to use distance metrics if you think most errors are just do to typos (I use this extensively rather than soundex/metaphone). There are differences with hyphenation within spanish names you may need to examine since most have two last names. You should probably separate names by hypen or space before examining. Here if you have any questions!