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
stripplot: Getting rid of "graphs by ___ " note in lower leftI'm using the latest version stripplot (ran ssc install stripplot today) with both the over and by o…
xtpcse command with unbalanced dataHi all, I have unbalanced tscs data and want to use xtpcse but the regression won't run and I get t…
Coefplot, only plotting some of the variablesHi, I have a problem with Coefplot. I have tried the different answers I have found here from earli…
Splitting data within one variableHello! I have a variable with data entry as follows for each observation: XXX-XXXXX-X-X. Is there a…
Updated markstat available on SSCA markstat update, version 2.3, is now available at SSC. As usual, many thanks to Kit Baum. This is …
Subscribe to:
Post Comments (Atom)
0 Response to DYNARDL: Dynamic Autoregressif Detributed Lag
Post a Comment