Hi everyone, assume the Stata command is as follows:
xtpmg d.Y d.X, lr(l.Y X) ec(ec) replace pmg
The purpose is to estimate an ARDL model for panel data with error correction reparameterization . The dependent variable is Y and the independent variable is X. However, I have doubts about the corresponding equation. I think that the aforesaid command corresponds to:
\Delta \Y_{i,t}= \theta_{0} + \mu_{i}+ \phi_i(Y_{i,t-1} - \theta_{1} X_{i,t-1})+ \lambda_{i} \Delta X_{i,t} + \epsilon_{it} where \mu_{i} is a fixed-effect associated with panel i.
In particular, as pool mean group regression (PMG) is used, long-run relationships are homogenous across panels, so I think \theta_{1} can be written without panel indexing (i.e. \theta_{1} instead of \theta_{1i}), but I would be glad if someone confirms that point.
Besides, I am not sure if \mu_{i} is part of the model, or if instead it should be a panel-specific constant.
Thank you in advance for your help!
Related Posts with ARDL-EC model specification
Help with clock() functionDear all, I had a time variable in string format. I use clock() function to change it to Stata read…
Generating new variables using macros and loopsHello, I am trying to generate new variables with the use of macros and having issues with the synta…
Stata not showing results/command/log window?Hi Everyone, I'm running into a weird issue with Stata - the main results/command/log window is ~in…
merging data with different time frequenciesHello, I have looked for guidance from other posts but could not solve this: I have two datasets- 'D…
How to generate the Strong Parallel Trend Assumption presented in Callaway, Goodman-Bacon & Sant'Anna 2021I'm running a DID model with multiple timer periods and continuous treatment. I currently run the tr…
Subscribe to:
Post Comments (Atom)
0 Response to ARDL-EC model specification
Post a Comment