calipers | R Documentation |
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.
calipers(distmat, variable, tolerance = 0.2)
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 |
Returns an updated distance matrix
matches
, opt_nearfar
dd = mtcars[1:4, 2:3]
cc = calipers(distmat=smahal(dd), variable=dd$cyl, tolerance=0.2)
cc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.