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
History Pane in Command window - how to set the max capacity of thishello stata people, complete newcomer here, I have been using the command history pane of the comman…
How do include virtual factor variables (created with i. or c. operators) in local macros to use them in for loops?I would like to run the following 4 sequential models. I would like to create interactions on the fl…
Data display in browser converting from 24 hr clock to 12 hour clockIn the data browser Stata is displaying 12jun2018 16:38:53 as 6/12/2018 4:33 as if it were labeling …
Why is this regression in Stata not progressing nor returning an error code?Note: Originally posted on Stack Overflow, but crossposted here following advice. I am running a m…
Getting more decimals from matcellDear statalisters, I am trying to obtain the percentages from a tabm table that uses weights and I …
Subscribe to:
Post Comments (Atom)
0 Response to DYNARDL: Dynamic Autoregressif Detributed Lag
Post a Comment