synth-inference/synthdid

Multiple outcomes and panel.matrices

cdrake219 opened this issue · 0 comments

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!