Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pair_blocking can use vector of columns with and / or #5

Open
hswerdfe opened this issue Apr 14, 2021 · 0 comments
Open

pair_blocking can use vector of columns with and / or #5

hswerdfe opened this issue Apr 14, 2021 · 0 comments

Comments

@hswerdfe
Copy link

hswerdfe commented Apr 14, 2021

pair_blocking currently takes a vector of columns and all items must be the same to generate a potential pair.

p <- 
  noisy %>% 
  select(-key) %>% 
  colnames() %>% 
  map_dfr(~pair_blocking(noisy, noisy, blocking_var=.x, large = F))

on my testing data as leaving it unblocked , generates to many pairs for my machine but no one column seems sufficient to generate a block as any blocked column could have a spelling mistake.

FYI : I am using reclin from CRAN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant