Returns a data frame suitable for plotting absolute SMDs before and
after matching. For a publication-ready plot, pass the same
matchit object to cobalt::love.plot.
Usage
morie_matching_love_plot_data(
unmatched_data,
matched_data,
treatment,
covariates,
weights_col = NULL
)Examples
if (FALSE) { # \dontrun{
morie_matching_love_plot_data(df, res$matched_data,
"d", c("x1", "x2"))
} # }