Closed the-Zian closed 4 years ago
Thank you very much! I think I've fixed this. A new version of cobalt
with many new features will be released soon. My only suggestion to solve this right now is to use a for
loop just as you did to create matchits
. Also, I hope you know that you can display balance for multiply matching specifications in the same plot rather than having a plot for each specification. You would do this as follows:
love.plot(ps_form, data = lalonde, weights = map(matchits, get.w))
I'm glad you're finding cobalt
useful and I'm sorry for this bug!
Fixed in development version, will be fixed with release of version 4.0.0.
I have a list of
matchit
objects and want to create love plots from them. I'm getting an error usinglove.plot()
withpurrr::map()
.