View source: R/matching_utils.R
| design_estimand | R Documentation |
Every matching design in the package weights the left side at 1 and the
right side to reproduce the left distribution within a pair, group or
stratum, so what it targets is the effect on the left population: the ATT,
in the orientation the matching layer is written in, where left holds the
treated units.
design_estimand(n_left, n_left_matched)
focal_discarded is how many left units the design did not retain.
Calipers, max_distance and coarsened strata all drop focal units, and the
estimate then speaks about the retained ones rather than about the whole
treated group, which is what as_matchit() reports when it hands the
estimand to MatchIt and marginaleffects.
Named list of fields to merge into a result's info.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.