Learn R Programming

cora (version 0.1.0)

cora_gold: Cora Gold

Description

This data set includes the matched record pairs based on ID.

Usage

cora_gold

Arguments

Format

A data frame with 2 variables: id1, id2

This data set includes the matched record pairs based on ID from the CORA data set. This data set can be used to evaluate the performance of record linkage methods performed on the CORA data set.

Examples

Run this code
# NOT RUN {
head(cora_gold)
dim(cora_gold)

# }

Run the code above in your browser using DataLab