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
Question about the command selectvarsDear all, I get an error when running the command selectvars. What's wrong with this? Code: sysuse …
Panel data: Time varying IVMy data set consists of a survey of organizations across three waves to understand their delivery of…
Percentage width of the CalipmatchHi I am trying to match treatment and controls on ROA using calipmatch. However, I'm still new to th…
Margins Plots with Two Dummy Variables (and a quadratic term)Hello, I am running a regression to understand how the financial crisis has impacted the effect of …
Renaming variablesHi! I have a dataset, where my variables are named with _smallt2 or _larget2. I'm trying to rename …
Subscribe to:
Post Comments (Atom)
0 Response to DYNARDL: Dynamic Autoregressif Detributed Lag
Post a Comment