reclin icon indicating copy to clipboard operation
reclin copied to clipboard

Probabilistic Record Linkage in R

Results 8 reclin issues
Sort by recently updated
recently updated
newest added

I'm using this package not for linking two different data sets, but analysing pairs within a single data set. In this context, `reclin` creates more pairs than necessary. For example,...

Hi there, I am still learning reclin functionality but have been pretty happy with this package so thank you so much for your work and making this utility available. I...

Hi there, This is my 1st issue post ever, so hopefully, I'll do this right :) I recently installed reclin package and everything was working fine in RStudio (Win10). Since...

In some cases people may want multiple similarities type on the same column. This does not seem to be supported well on first glance. I was using the following function...

`pair_blocking` currently takes a vector of columns and all items must be the same to generate a potential pair. ``` p % select(-key) %>% colnames() %>% map_dfr(~pair_blocking(noisy, noisy, blocking_var=.x, large...

This issue seems similar to #2, but I'm not encountering problems during pair generation. Hello @djvanderlaan, thanks for the package, it's really easy to use, but I'm having an issue...

I really enjoyed your presentation at uRos2018! During your presentation I realized `reclin` would be perfect for a problem I was working on. I found however that maybe a way...

Hello master. I'm trying to install the reclin package on my R 4.3.3 but I can't because it asks for the lvec and ldat packages but I also can't install...