Skip to contents

The 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.

Usage

morie_otis_psm(...)

Arguments

...

Arguments mirroring morie_otis_aipw_ate().

Value

Stops with a redirect to MatchIt.

Examples

if (FALSE) { # \dontrun{
  morie_otis_psm(df, treatment = "d", outcome = "y",
                 covariates = "x")
} # }