I'm running the following code to compare dynamic with static forecasts by running cointreg(dols):
Code: Select all
equation dols1_br.cointreg(method=dols, trend=const, lag=1, lead=1, cov=hac) reerln_br trdbal_br eff_totln_br @determ eff_rint_br
forecast reer_dyn
forecast(s) reer_lt
plot reerln_br reer_dyn reer_lt
dols1_br.resids(g)What I would like to get is the "fitted" in the graph below [img][/img]. How can I get that?
Many thanks,
Mara
