Hi everyone,
I'm using xtpmg to run an ardl model on panel data using the pooled mean group estimator. dependent variable: y independent variables x1 and x2
the code line i'm using is similar to a one published in paper which uses ardl(1,1,1)
xtpmg D.y D.x1 D.x2, ec(ec) lr(L.y x1 x2) replace pmg
I'm confused on what would be the appropriate xtpmg specification for different lag orders. using the example above if i want to try ardl(2,0,1) what would be the appropriate code line:
xtpmg D2.y x1 D.x2, ec(ec) lr(L.y x1 x2) replace pmg
Or
xtpmg D(1/2) x1 D.x2, ec(ec) lr(L.y x1 x2) replace pmg
Or
something completely different?
Also, does the lag structure affect the long run lr () specification at all?
If anybody can help or refer me to a paper or guidelines that touches on this, i'd really appreciate it. Thank you
Related Posts with what is the correct specification of lagged variables using xtpmg ?
Looping over different lags in a regressionHello everyone, I got a question about the following piece of code: forvalues k = 3 (3) 12 { newey…
Multilevel mediation sem question (really need help)I am doing multilevel mediation analysis for clustering data (hierarchical) the mediation variable …
Trim-and-fill Method for Publication BiasHello! I am conducting a meta-analysis on the prevalence of depression and would like some help und…
Sorting by one variable seems to affect other variables in my data sheetHi there, I'm trying to flip my datasheet to that the top answer is the bottom answer. The datashee…
spmap - how to create dot mapsHi again, I am attempting to plot a dot map using spmap, where the map is meant to show Kenya with …
Subscribe to:
Post Comments (Atom)
0 Response to what is the correct specification of lagged variables using xtpmg ?
Post a Comment