Last data update: 2014.03.03

R: Merges outcomes with the matched set.
merge.triangle.matchesR Documentation

Merges outcomes with the matched set.

Description

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

Usage

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

Arguments

x

the result of trimatch

y

another data frame or vector to merge with.

...

unused

Value

x with the additional column(s) added.

Results