Hi,
I am trying to run and plot an event study, but my regression is not reporting any statistics other than the coefficients and I am unsure why. I've posted the code below and have attached an image of the regression result:
Code:
format date %td gen metal_type=0 replace metal_type=1 if steel_prices label var metal_type "Type of metal" reg metal_price metal_type metal_type#i.date i.date
Thanks!
0 Response to Plotting event study by month
Post a Comment