match.data {Matchit} | R Documentation |
The code match.data
creates output data sets from a matchit
matching algorithm.
match.data <- match.data(object, group="all")
object |
(required). Stored output from matchit . |
group |
Which units to output. "all" (default) gives all matched units (treated and control), "treat" gives just the matched treated units, and "control" gives just the matched control units. |
Returns a subset of the original data set sent to |
Daniel Ho <deho@fas.harvard.edu>; Kosuke Imai <kimai@princeton.edu>; Gary King <king@harvard.edu>; Elizabeth Stuart<stuart@stat.harvard.edu>
Please use help.matchit
to access the matchit reference
manual. The complete document is available online at
http://gking.harvard.edu/matchit.