makeBlockingPairs: Create record pairs from blocks of ids.

View source: R/compare.r

makeBlockingPairsR Documentation

Create record pairs from blocks of ids.

Description

Create record pairs from blocks of ids.

Usage

makeBlockingPairs(id_vec)

Arguments

id_vec

A list of integer vectors.

Details

Each element in id_vec holds the ids of a set of records which agree for a particular blocking variable (see compare.dedup for the blocking mechanism). For each block, all unordered pairs of the ids are created and concatenated in the output.

Value

A matrix with two columns, each row holding the ids of one record pair.

Note

Internal function used by compare.dedup.

Author(s)

Andreas Borg


RecordLinkage documentation built on Nov. 10, 2022, 5:42 p.m.