Package: fastLink Type: Package Title: Fast Probabilistic Record Linkage with Missing Data Version: 0.6.1 Date: 2023-11-17 Authors@R: c( person("Ted", "Enamorado", email = "ted.enamorado@gmail.com", role = c("aut", "cre")), person("Ben", "Fifield", email = "benfifield@gmail.com", role = c("aut")), person("Kosuke", "Imai", email = "imai@harvard.edu", role = c("aut")) ) Description: Implements a Fellegi-Sunter probabilistic record linkage model that allows for missing data and the inclusion of auxiliary information. This includes functionalities to conduct a merge of two datasets under the Fellegi-Sunter model using the Expectation-Maximization algorithm. In addition, tools for preparing, adjusting, and summarizing data merges are included. The package implements methods described in Enamorado, Fifield, and Imai (2019) ''Using a Probabilistic Model to Assist Merging of Large-scale Administrative Records'' and is available at . License: GPL(>= 3) Imports: Matrix, parallel, foreach, doParallel, gtools, data.table, stringdist, stringr, stringi, Rcpp (>= 0.12.7), adagio, dplyr, plotrix, grDevices, graphics, methods Depends: R (>= 2.14.0) LinkingTo: RcppArmadillo, Rcpp, RcppEigen Encoding: UTF-8 LazyData: true BugReports: https://github.com/kosukeimai/fastLink/issues RoxygenNote: 7.2.2 Suggests: testthat Config/pak/sysreqs: libicu-dev Repository: https://kosukeimai.r-universe.dev Date/Publication: 2023-11-17 06:24:00 UTC RemoteUrl: https://github.com/kosukeimai/fastlink RemoteRef: HEAD RemoteSha: da2e889448f70b4140a7cdebbe80ab963e867008 NeedsCompilation: yes Packaged: 2026-06-08 09:19:08 UTC; root Author: Ted Enamorado [aut, cre], Ben Fifield [aut], Kosuke Imai [aut] Maintainer: Ted Enamorado