check_IDs: Check whether 2 records which are estimated to be linked have...

Description Usage Arguments Value Examples

View source: R/analyzeGibbs.R

Description

Check whether 2 records which are estimated to be linked have the same IDs

Usage

1
check_IDs(recpair, identity_vector)

Arguments

recpair

A record pair

identity_vector

A vector of the unique ids

Value

Whether or not two records which are estimated to be linked have the same unique ids

Examples

1
2
3
4
id <- c(1,2,3,4,5,1,7,8,9,10,11,12,13,14,15,16,17,18,19,20)
rec1 <- 6
rec2 <- 1
check_IDs(recpair=c(rec1,rec2),identity_vector=id)

blink documentation built on Oct. 23, 2020, 6:43 p.m.