CompareUniqueCombinations: Compare Unique Combinations of Records

Description Usage Arguments Value

View source: R/comparing.R

Description

Match records from a dataset using any comparison function on any set of variables

Usage

1
2
3
CompareUniqueCombinations(RLdata, unique.ids = NULL,
  variables.to.match = NULL, string.comparators = NULL,
  record.ids.to.keep = NULL)

Arguments

RLdata

Dataset containing records to be matched

unique.ids

True unique identification vector of length nrow(RLdata)

variables.to.match

Vector of strings containing the variables of interest for this linkage. Default is all variables in RLdata. Can repeat variables to use different comparators on same variable.

string.comparators

Vector of strings containing the comparators wanted for each variable. Default is jarowinkler. Should be same length as variables.to.match.

Value

A matrix of comparator values of each combination of records for the variables of interest. Also includes binary matches and the combinations of records.


kaylafrisoli/ActiveRL documentation built on May 20, 2019, 7:53 a.m.