I want to run a regression of the variable on a constant and a set of 7 dummies, where the dummies are t_3, t_2, t_1 representing the time before the crisis; t representing the crisis; and t1, t2, t3 representing the time after the crisis. I have two problems:
1) I have run a regression using mvreg t_1 t_2 t_3 t t1 t2 t3 = REINTR, but I am not sure if this the right way to do it.
2) I also want to plot using the twoway plot of the coefficients on the constant and the beta of the dummies and standard deviation, and using the dummies t_3, t_2, t_1, t, t1, t2, t3 as the time variable.
1) I have run a regression using mvreg t_1 t_2 t_3 t t1 t2 t3 = REINTR, but I am not sure if this the right way to do it.
2) I also want to plot using the twoway plot of the coefficients on the constant and the beta of the dummies and standard deviation, and using the dummies t_3, t_2, t_1, t, t1, t2, t3 as the time variable.
Comment