time series - In Stata, how to merge two tables m:m with multiple but not unique IDs -
i using following commands merge 2 tables
use tbl_trans_prices merge m:m ticker_bloomberg using tbl_all_prices_adj
ticker_bloomberg
id. id, however, unique neither in initial table nor in 1 want merge table with. first contains events whereas second table contains time series around event.
the applied commands result in merging first event time series not following events.
is there way merge
time series events?
Comments
Post a Comment