calipers {nearfar} | R Documentation |
Matching priority function
Description
Updates given distance matrix to prioritize specified measured
confounders in a pair match. Used in consort with
matches
function to prioritize specific measured
confounders in a near-far match in the opt_nearfar
function.
Usage
calipers(distmat, variable, tolerance = 0.2)
Arguments
distmat |
An object of class distance matrix |
variable |
Named variable from list of measured confounders |
tolerance |
Penalty to apply to mismatched observations; values near 0 penalize mismatches more |
Value
Returns an updated distance matrix
See Also
Examples
dd = mtcars[1:4, 2:3]
cc = calipers(distmat=smahal(dd), variable=dd$cyl, tolerance=0.2)
cc
[Package nearfar version 1.3 Index]