Learn R Programming

TriMatch (version 1.0.0)

merge.triangle.matches: Merges outcomes with the matched set.

Description

The y parameter should be a subset of the original data used.

Usage

# S3 method for triangle.matches
merge(x, y, ...)

Value

x with the additional column(s) added.

Arguments

x

the result of [trimatch()]

y

another data frame or vector to merge with.

...

unused