powered by
Represents a record linkage setup with two datasets which are to be linked together.
Objects should be created using the constructor function RLBigDataLinkage, which does some essential error checking, conversion and initialization.
RLBigDataLinkage
See also "RLBigData" for inherited slots.
"RLBigData"
data1
Object of class "data.frame" First data set.
"data.frame"
data2
Object of class "data.frame" Second data set.
identity1
Object of class "factor" True ID of records in data1
"factor"
identity2
Object of class "factor" True ID of records in data2
Class "RLBigData", directly.
signature(object = "RLBigDataLinkage")
See also RLBigData-class for inherited methods.
Andreas Borg
"RLBigData", RLBigDataLinkage
showClass("RLBigDataLinkage")
Run the code above in your browser using DataLab