pid-class {diyar} | R Documentation |
pid
objectsS4 objects storing the result of links
.
is.pid(x)
as.pid(x, ...)
## S3 method for class 'pid'
format(x, ...)
## S3 method for class 'pid'
unique(x, ...)
## S3 method for class 'pid'
summary(object, ...)
## S3 method for class 'pid_summary'
print(x, ...)
## S3 method for class 'pid'
as.data.frame(x, ...)
## S3 method for class 'pid'
as.list(x, ...)
## S4 method for signature 'pid'
show(object)
## S4 method for signature 'pid'
rep(x, ...)
## S4 method for signature 'pid'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'pid'
x[[i, j, ..., exact = TRUE]]
## S4 method for signature 'pid'
c(x, ...)
x |
x |
... |
... |
object |
object |
i |
i |
j |
j |
drop |
drop |
exact |
exact |
sn
Unique record identifier.
.Data
Unique group identifier.
link_id
Unique record identifier for matching records.
pid_cri
Matching criteria.
pid_dataset
Data sources in each group.
pid_total
The number of records in each group.
iteration
The iteration of the linkage process when a record was linked to its group.
# A test for pid objects
pd <- links(criteria = 1)
is.pid(pd); is.pid(2)