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.
Checking for global maximum in LCA (latent class analysis)Hi team, I am looking for help in assessing the usability of my LCA model, fit using gsem. I have 1…
Collapsing observations in longitudinal dataHi all, I had a question about how to approach my data problem. I start with a file that is child-p…
Bilateral trade gravity model specificationDear community, I want to estimate a gravity model to examine the impact of interstate wars on bila…
mediation analysisDear experts, I want to do a mediation analysis using the type of data like below. exp is the exposu…
collapsing repeated cross section data to panel for first stage IV , then storing the result to run second stage on repeated cross sectionHere, due to nature of my data I need to collapse my repeated cross section data to panel data ( the…
Subscribe to:
Post Comments (Atom)
0 Response to Time Series, Range specification "if": "tin": "range" commands.
Post a Comment