Propensity-score 1:k NN matching with caliper (not yet ported).
Source:R/otis_causal.R
morie_otis_psm.RdThe python implementation provides a greedy 1:k NN matcher on
logit-PS with an Austin (2011) 0.2-SD caliper. In R, prefer the
canonical MatchIt implementation
(MatchIt::matchit(method = "nearest", caliper = 0.2,
std.caliper = TRUE)); the present stub holds the python-API
surface so callers can detect the rename.
Arguments
- ...
Arguments mirroring
morie_otis_aipw_ate().