Dear All,
Thanks in advance! I was running a Vector Autoregressive Model (VAR) with time-series data (1997m1 - 2019m12). In order to perform my analysis, I have to split my data into 2 periods (From 1997m1 to 2014m5) and (From 2014m6 to 2019m12) in order to do that I was using the following codes and getting these messages.
. var inflation ln_imaep ln_fx ln_psoy ln_poil ln_m1 tcp, lags(1/3) if tin(1997m1, 2014m5)
option if not allowed
r(198);
.
. var inflation ln_imaep ln_fx ln_psoy ln_poil ln_m1 tcp, lags(1/3) tin(1997m1, 2014m5)
option tin() not allowed
r(198);
. var inflation ln_imaep ln_fx ln_psoy ln_poil ln_m1 tcp, lags(1/3) range(1997m1,2011m4)
option range() not allowed
I would appreciate any help!
Related Posts with Time Series, Range specification "if": "tin": "range" commands.
command arpios is unrecognized r(199);I installed the arpois command for use. But, after executing my code, arpios sdm viocrim q23, r ar(1…
Shading in GraphsI am trying to plot a single time series on a graph, with dates on the x axis. I would like to shade…
Converting Numeric to String without changes the numbers.How can I change ID numbers "11222333 11222334 11122245" to string variables without them being chan…
Help needed with Incremental significance of fixed effects over baseline modelHello, I would like to have a similar table as the one attached so that I can have the incremental R…
Predictive margins for interactionsDear stata Community, The question is about the difference between the results of the following meth…
Subscribe to:
Post Comments (Atom)
0 Response to Time Series, Range specification "if": "tin": "range" commands.
Post a Comment