Package: FlexRL
Title: A Flexible Model for Record Linkage
Version: 0.1.1
Authors@R: c(
    person("Kayané", "ROBACH", email = "k.c.robach@amsterdamumc.nl", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-5725-623X")),
    person(c("Michel", "H."), "HOF", email = "m.h.hof@amsterdamumc.nl", role = c("aut", "cph")))
Description: Implementation of the Stochastic Expectation Maximisation (StEM) approach to Record Linkage described in the paper by K. Robach, S. L. van der Pas, M. A. van de Wiel and M. H. Hof (2024, <doi:10.1093/jrsssc/qlaf016>); see citation("FlexRL") for details. This is a record linkage method, for finding the common set of records among 2 data sources based on Partially Identifying Variables (PIVs) available in both sources. It includes modelling of dynamic Partially Identifying Variables (e.g. postal code) that may evolve over time and registration errors (missing values and mistakes in the registration). Low memory footprint.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 4.4.0)
Imports: Matrix (>= 1.7), progress(>= 1.2.3), testit(>= 0.13), Rcpp(>=
        1.0.13)
LinkingTo: Rcpp
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
URL: https://github.com/robachowyk/FlexRL
BugReports: https://github.com/robachowyk/FlexRL/issues
NeedsCompilation: yes
Packaged: 2025-09-26 13:26:48 UTC; kayane
Author: Kayané ROBACH [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-5725-623X>),
  Michel H. HOF [aut, cph]
Maintainer: Kayané ROBACH <k.c.robach@amsterdamumc.nl>
Repository: CRAN
Date/Publication: 2025-09-26 15:40:07 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-11-01 04:12:32 UTC; windows
Archs: x64
