match.data
creates output data sets from a matchit
matching algorithm.match.data <- match.data(object, group="all")
matchit
.matchit
, with just the matched units. The data set also contains the additional
variables psclass
, pscore
, and psweights
. The variable psclass
gives the subclass index for each unit (if applicable).
The variable pscore
gives the propensity scores, and psweights
gives the weights for each unit, generated in the matching procedure.
See the matchit
documentation for more details.help.matchit
to access the matchit reference
manual. The complete document is available online at