makeBlockingPairs | R Documentation |
Create record pairs from blocks of ids.
makeBlockingPairs(id_vec)
id_vec |
A list of integer vectors. |
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.
A matrix with two columns, each row holding the ids of one record pair.
Internal function used by compare.dedup
.
Andreas Borg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.