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

View source: R/analyzeGibbs.R

check_IDsR Documentation

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

Description

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

Usage

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

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)

resteorts/blink documentation built on Jan. 31, 2024, 8:15 p.m.