Dear all:
I need to estimate a model with a change in the policy rule, that is:
RR=(1-I_IT)*RR1+I_IT*RR2;
RR1=PHI_P1*DP(+1)+PHI_Y1*GAP+MON1;
RR2=PHI_P2*DP(+1)+PHI_Y2*GAP+MON2;
where I_IT is a {0,1} indicator which is exogenously determined (that is change in the monetary policy regime).
How should I declare the I_IT variable? and how should I give the data for this variable for the estimation? I've seen there is an option for varexo_det variables for forecast, but I´m not sure this works also for estimation.
Thanks,
Carlos