compare: Comparing vrmatch Outputs

Description Usage Arguments Value

View source: R/compare.R

Description

This function takes two 'vrmatch' outputs and compares their differences by returning the set difference of matched outputs between them excluding ID matches. The assumption is that these are matches on the same datasets with different parameter selection, match-variable selection, or random sample selection.

Usage

1
compare(m1, m2, row = "row", id = "lVoterUniqueID", vars = NULL)

Arguments

m1

The first vrmatch output.

m2

The second vrmatch output.

row

Temporary row field name.

id

Internal ID variable.

vars

Variables to show in set difference dataframes. Defaults to all common variable names.

Value

List of set difference dataframes and their number of rows.


sysilviakim/voterdiffR documentation built on June 22, 2020, 6:51 p.m.