bind_matches | R Documentation |
Given a data frame .df
, the function bind_matches
creates binary
indicator variables for each match returned by the MatchIt
library and
binds the resulting columns to .df
. In other words, the result is the
original data frame plus a column for however many matches you want to bind.
bind_matches(.df, ...)
.df |
A data frame. |
... |
|
.df
with addition columns for every element of ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.