covMatch: Covariate Matching

Description Usage Arguments Value

Description

The function aims to take list of two data sets and returns the after matched data sets using user specified covariates and threshold

Usage

1
CovMatch(data, xCol, xCol.circ, thrs, priority)

Arguments

data

a list, consisting of data sets to match, also each of the individual data set can be dataframe or a matrix

xCol

a vector stating the column position of covariates used

xCol.circ

a vector stating the column position of circular variables

thrs

a numerical or a vector of threshold values for each covariates, against which matching happens It should be a single value or a vector of values representing threshold for each of the covariate

priority

a boolean, default value False, otherwise computes the sequence of matching

Value

a list containing :


nitesh-1507/DSWE documentation built on April 16, 2020, 5:28 p.m.