matchedData: Get matched dataframe

matchedDataR Documentation

Get matched dataframe

Description

A function that returns the dataframe that contains only matched pairs from the original data frame with specified match index

Usage

matchedData(matchingResult, match_num)

Arguments

matchingResult

an object returned by the main matching function distBalMatch

match_num

Integer index of match that the user want to extract paired observations from

Value

dataframe that contains only matched pair data

Examples

## Not run: 
matchedData(matchResult1, 1)

## End(Not run)

ShichaoHan/MultiObjMatch documentation built on May 3, 2022, 7:24 p.m.