You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use synthdid_estimate with 10 or so outcome variables. Is there a way to use panel.matrices such that I can create a matrix with multiple outcomes? I'd like to be able to do something like...
Hi all,
I would like to use synthdid_estimate with 10 or so outcome variables. Is there a way to use panel.matrices such that I can create a matrix with multiple outcomes? I'd like to be able to do something like...
synthdid_estimate(setup$Y1, setup$N0, setup$T0) synthdid_estimate(setup$Y2, setup$N0, setup$T0)
without creating a bunch of different matrices. Any subsequent advice on how to loop/list synthdid_estimate would also be appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: