Convenience pass-through to MatchIt::matchit(): matches on the propensity
score of an oal() fit, reusing the formula and data stored in the object.
Equivalent to the canonical explicit call
MatchIt::matchit(<formula>, data = <data>, distance = fit$ps, ...)but with no opportunity for row misalignment between the two steps. All
... arguments are forwarded verbatim; the return value is an ordinary
matchit object, so the full MatchIt/cobalt toolkit applies.
Arguments
- object
An
oalobject.- ...
Arguments forwarded verbatim to
MatchIt::matchit()(e.g.,method,caliper,ratio,replace).
Value
A matchit object; see MatchIt::matchit().
