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.
Generate all possible combinations of variablesDear all, I am looking for a way to generate all possible combinations of 10 variables, i.e. the su…
Two part model (with gsem)Hi, I was wondering how to fit a two part multilevel model using gsem. The first part is a binary m…
The problem with rcallThe package rcall is great! But when I start, I encounter a problem. When I transfor a scalar to R, …
How to subset first row of each group?I have a dataframe of about 3 000 acquisition bids. Variables: Company ID (PERMNO) Bid ID (ID) Ann…
Reverse the scale of yaxis(1) and yaxis(2)Hi everyone, I'm planning to use twoway to draft a plot. We have two Y axis, one is Z-score (ranged…
Subscribe to:
Post Comments (Atom)
0 Response to Time Series, Range specification "if": "tin": "range" commands.
Post a Comment