getPairsBackend {RecordLinkage} | R Documentation |
Backend function for getPairs
Description
Backend function for getPairs
methods. Not to be called directly.
Usage
getPairsBackend(object, filter.match, filter.link = c("nonlink", "possible", "link"),
max.weight = Inf, min.weight = -Inf, withMatch = TRUE, withClass = FALSE,
withWeight = FALSE, sort = FALSE, single.rows = FALSE)
Arguments
object |
The object from which to extract pairs. |
filter.match |
Character vector, specifies matching status for pairs to appear in the output. |
filter.link |
Character vector, specifies linkage result for pairs to appear in the output. |
max.weight |
Maximum weight of pairs to include in the output. |
min.weight |
Minimum weight of pairs to include in the output. |
withMatch |
Logical. Whether to include matching status in the output. |
withClass |
Logical. Whether to include linkage result in the output. |
withWeight |
Logical. Whether to include weights in the output. |
sort |
Logical. Whether to sort descending by weights. |
single.rows |
Logical. Whether to print record pairs in one row instead of two consecutive rows. |
Details
See getPairs
Value
See getPairs
Author(s)
Andreas Borg, Murat Sariyar
[Package RecordLinkage version 0.4-12.4 Index]