covariate.match {causalBatch} | R Documentation |
Pairwise covariate matching
Description
Pairwise covariate matching
Usage
covariate.match(covar.tx, covar.cont, match.form, match.args = NULL)
Arguments
covar.tx |
the treatment covariate/label matrix. |
covar.cont |
the control covariate/label matrix. |
match.form |
A formula of columns from |
match.args |
A named list arguments for the |
Value
a list containing:
I.mat.k
index matrix of control samples that have a match.M.mat.k
match matrix of treatment samples that are correspondingly matched to a control.
[Package causalBatch version 1.2.0 Index]