Closed NikNakk closed 10 months ago
Fix issue #171 in matchit2optimal by ensuring that the filtered version of treat (treat_) is used rather than the unfiltered version. This means that the selection of rows in t_df using ex will work appropriately.
matchit2optimal
treat
treat_
t_df
ex
Fix issue #171 in
matchit2optimal
by ensuring that the filtered version oftreat
(treat_
) is used rather than the unfiltered version. This means that the selection of rows int_df
usingex
will work appropriately.