Hello
I have a question concerning Dynamic ARDL.
I tried to follow the steps of applying dynamic ardl on Stata, as explained by Sarkodie & Owusu (2020) and Soren & Andrew (2018). But I can't apply the diagnostic tests on the obtained dynamic ardl estimates. Please see the code file used on Stata:
dynardl lexpo ldit lcap grph lagr lap lsp ltc, lags(2, 4, 2, 2, 2, 2, 1, 1) diffs(., 1, 1, ., 1, 1, 1, 1) shockvar(ldit) shockval(-21) ec trend time(10) sims(5000) range(30) graph change
estimates store dynardl
estimates restore dynardl
(results dynardl are active now)
estat bgodfrey, lags(1/4)
last estimates not found
r(301);
predict resid, residuals
variable dlexpo not found
r(111);
Please help me and thank you.
Related Posts with DYNARDL: Dynamic Autoregressif Detributed Lag
How to combine all possible solutions of string variablesHi, I'm new at Stata and got a task from my teacher: I have a dataset with 8 viables and a count o…
3SLS and instruments for HRS endogenous regressorDear all, I want to analyse spillover health effects among spouses following the decision to provid…
Newbie question - Understanding the bysort command, theoreticallyHi! I am new to this forum, have read the relevant FAQs, browsed through the forum, looked at STATA …
Can I determine the effect of an independent variable in general, if I run a logit using extreme cases? Hello, I am working on political professionalization. Precisely on the effect of country size on …
cross commandDear All, I found this question here (https://bbs.pinggu.org/thread-10294923-1-1.html). The raw data…
Subscribe to:
Post Comments (Atom)
0 Response to DYNARDL: Dynamic Autoregressif Detributed Lag
Post a Comment