RecLinkResult.object {RecordLinkage}R Documentation

Record Linkage Result Object

Description

S3 class representing information about the classification result of a Record Linkage procedure and the data from which this result is derived.

Value

A list with all mandatory and optional elements of class "RecLinkData" plus the following:

prediction:

Object of class "factor" Classification of each record, corresponding to the record pairs stored in component pairs. Levels are:

"N"

for non-links.

"P"

for possible links,

"L"

for links,

Author(s)

Andreas Borg, Murat Sariyar

See Also

"RecLinkResult" for the S4 representation. "RecLinkData" for the superclass. "RLResult", the equivalent data structure for big data sets.


[Package RecordLinkage version 0.4-11.2 Index]