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
xtabond2Hello everyone, I am currently working with dynamic panel data. The model I want to estimate using …
Multilevel model (binary outcome) with spatial weight matrix (not panel data)Hi Stata forum users, Does stata have any option to incorporate a spatial weight matrix with melogi…
Question about stsplitHi all, I would like to write a command to stsplit a dataset thus: Code: stsplit newvar, at(date…
How to balance an unbalanced panel on the year variable?Hello everyone! I am fairly new to Stata and am unable to solve (perhaps) very basic problems. I am…
Fractional logit model for proportions over timeDear all, I have calculated a “Diversity Index” for a given population. Per the census website, the …
Subscribe to:
Post Comments (Atom)
0 Response to ARDL-EC model specification
Post a Comment