Skip to content

multilink is an R package which implements methodology presented in the manuscript "Multifile Partitioning for Record Linkage and Duplicate Detection", available on arXiv: https://arxiv.org/abs/2110.03839.

License

Notifications You must be signed in to change notification settings

aleshing/multilink

Repository files navigation

multilink

multilink is an R package which performs Bayesian probabilistic record linkage. It handles the general problem of multifile record linkage and duplicate detection, where any number of files are to be linked, and any of the files may have duplicates. multilink implements methodology presented in the manuscript “Multifile Partitioning for Record Linkage and Duplicate Detection” by Serge Aleshin-Guendel and Mauricio Sadinle, published in the Journal of the American Statistical Association and available on arXiv. For more information on using multilink, please see the multilink_tutorial github repository.

Installation

The package is now available on CRAN:

install.packages("multilink")

You can install the development version of multilink from GitHub with:

install.packages("devtools")
devtools::install_github("aleshing/multilink")

About

multilink is an R package which implements methodology presented in the manuscript "Multifile Partitioning for Record Linkage and Duplicate Detection", available on arXiv: https://arxiv.org/abs/2110.03839.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published