Other packages > Find by keyword >

reclin2  

Record Linkage Toolkit
View on CRAN: Click here


Download and install reclin2 package within the R console
Install from CRAN:
install.packages("reclin2")

Install from Github:
library("remotes")
install_github("cran/reclin2")

Install by package version:
library("remotes")
install_version("reclin2", "0.6.0")



Attach the package and use:
library("reclin2")
Maintained by
Jan van der Laan
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2022-01-07
Latest Update: 2025-09-03
Description:
Functions to assist in performing probabilistic record linkage and deduplication: generating pairs, comparing records, em-algorithm for estimating m- and u-probabilities (I. Fellegi & A. Sunter (1969) , T.N. Herzog, F.J. Scheuren, & W.E. Winkler (2007), "Data Quality and Record Linkage Techniques", ISBN:978-0-387-69502-0), forcing one-to-one matching. Can also be used for pre- and post-processing for machine learning methods for record linkage. Focus is on memory, CPU performance and flexibility.
How to cite:
Jan van der Laan (2022). reclin2: Record Linkage Toolkit. R package version 0.6.0, https://cran.r-project.org/web/packages/reclin2. Accessed 22 Sep. 2026.
Previous versions and publish date:
(2026-07-09 06:49), 0.1.1 (2022-01-07 14:22), 0.2.0 (2022-09-24 22:30), 0.3.4 (2023-07-21 09:40), 0.4.0 (2024-02-01 13:50), 0.5.0 (2024-02-09 09:30)
Other packages that cited reclin2 R package
View reclin2 citation profile
Other R packages that reclin2 depends, imports, suggests or enhances
Complete documentation for reclin2
Functions, R codes and Examples using the reclin2 R package
Some associated functions: add_from_x . cluster_call . cluster_collect . cluster_modify_pairs . cluster_pair . cluster_pair_blocking . cluster_pair_minsim . comparators . compare_pairs . compare_vars . deduplicate_equivalence . get_inspect_pairs . greedy . link . linkexample . match_n_to_m . merge_pairs . pair . pair_blocking . pair_minsim . predict.problink_em . problink_em . score_simple . select_n_to_m . select_threshold . select_unique . summary.problink_em . tabulate_patterns . town_names . 
Some associated R codes: RcppExports.R . add_from_x.R . cluster_call.R . cluster_collect.R . cluster_compare_pairs.R . cluster_compare_vars.R . cluster_get_comparators.R . cluster_merge_pairs.R . cluster_modify_pairs.R . cluster_pair.R . cluster_pair_blocking.R . cluster_pair_minsim.R . cluster_predict_problinkem.R . cluster_print.R . cluster_score_simple.R . cluster_select_greedy.R . cluster_select_n_to_m.R . cluster_select_threshold.R . cluster_select_unique.R . cluster_tabulate_patterns.R . comparators.R . compare_pairs.R . compare_vars.R . data.R . deduplicate_equivalence.R . distribute_over_cluster.R . equivalence.R . extend_to.R . get_comparators.R . get_inspect_pairs.R . greedy.R . link.R . match_n_to_m.R . merge_pairs.R . pair.R . pair_blocking.R . pair_minsim.R . predict_problink_em.R . print.R . problink_em.R . score_simple.R . select_greedy.R . select_n_to_m.R . select_preprocess.R . select_threshold.R . select_unique.R . set_seed.R . tabulate_patterns.R . zzz.R .  Full reclin2 package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

Countr  
Flexible Univariate Count Models Based on Renewal Processes
Flexible univariate count models based on renewal processes. The models may include covariates and ...
Download / Learn more Package Citations See dependency  
cnum  
Chinese Numerals Processing
Chinese numerals processing in R, such as conversion between Chinese numerals and Arabic numerals a ...
Download / Learn more Package Citations See dependency  
heatmaply  
Interactive Cluster Heat Maps Using 'plotly' and 'ggplot2'
Create interactive cluster 'heatmaps' that can be saved as a stand- alone HTML file, embedded in 'R ...
Download / Learn more Package Citations See dependency  
odns  
Access Scottish Health and Social Care Open Data
Allows potential users of Scottish Health and Social Care Open Data ( ...
Download / Learn more Package Citations See dependency  
jointseg  
Joint Segmentation of Multivariate (Copy Number) Signals
Methods for fast segmentation of multivariate signals into piecewise constant profiles and for gene ...
Download / Learn more Package Citations See dependency  
spider  
Species Identity and Evolution in R
Analysis of species limits and DNA barcoding data. Included are functions for generating important s ...
Download / Learn more Package Citations See dependency  

28,720

R Packages

247,686

Dependencies

75,677

Author Associations

28,721

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA