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 11 Jun. 2026.
Previous versions and publish date:
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

clusrank  
Wilcoxon Rank Tests for Clustered Data
Non-parametric tests (Wilcoxon rank sum test and Wilcoxon signed rank test) for clustered data docu ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
Voss  
Generic Voss Algorithm (Random Sequential Additions)
Generating realizations of a fractal Brownian function on uniform 1D & 2D grid with classic and ...
Download / Learn more Package Citations See dependency  
leontief  
Input-Output Analysis
An implementation of the Input-Output model developed by Wassily Leontief that represents the inter ...
Download / Learn more Package Citations See dependency  
hsphase  
Phasing, Pedigree Reconstruction, Sire Imputation and Recombination Events Identification of Half-sib Families Using SNP Data
Identification of recombination events, haplotype reconstruction, sire imputation and pedigree recon ...
Download / Learn more Package Citations See dependency  
stevedata  
Steve's Toy Data for Teaching About a Variety of Methodological, Social, and Political Topics
This is a collection of various kinds of data with broad uses for teaching. My students, and academ ...
Download / Learn more Package Citations See dependency  

27,372

R Packages

233,548

Dependencies

72,820

Author Associations

27,205

Publication Badges

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