Dear All,
I would like to know how to include the lags of the dependent variable and independent variables in the syntax for panel ARDL models in the short run section. How are they actually typed?
First I determined the optimal lag length for the model using the command
forval i = 1/50 {
ardl Y x1, x2, x3, x4 if (country_code==`i'), maxlag(1111)
matrix list e(lags)
di
}
which was developed by Anet Tchetnik
I have substituted my variables for TFDI GDPPC OPENNESS and INFLATION for Y x1 x2 and x3 respectively and the optimal lag length for the model is discovered to be 1 0 0 1
I have already generated lags of the variables using the command gen LTFDI=L.TFDI and LIR= L.IR
What I would like to know is how do I include the lags of the variables in the short run aspect of the syntax below
xtpmg d.TFDI d.GDPPC d.OPEN d.IR, lr(l.TFDI GDPPC OPEN IR EPA) ec(ECT) replace pmg
I am thinking to type d.TFDI and d.LIR
Can anyone please advise?
Thanks
Alistair
Related Posts with Panel ardl stata command
Different output from estimates table when using stored estimatesHow do I preserve value labels when running estimates table with stored estimates? If I run estimat…
ml maximize, technique(bhhh): option technique() not allowedHello, I have some problems using the maximum likelihood command of Stata to estimate a probit mode…
i. vs c.Could someone explain me what is the difference between i.variable and c.variable? …
Cluster standard error for random effect logit model - without vce(bootstrap)?[COLOR=rgba(0, 0, 0, 0.87)]Hello everyone, I have an issue with Stata and I would be grateful for yo…
How to resolve numeric overflow while performing xtset,fe in stata?Dear all, I am getting error r(1400): combinations results in numeric overflow; computations cannot …
Subscribe to:
Post Comments (Atom)
0 Response to Panel ardl stata command
Post a Comment