I would like to run a Panel Ardl Model (8 3 3 3 3)
The dependent variable is: lx
The independent variables are: lpgdp larr lrexr lerv lpgdp
The fixed regressors are: dum1 dum2 dum3 c @trend
I have received satisfactory and robust results from Eviews but I would like to run the above model in Stata so as to receive the relative pmg, mg estimators as well as the results from Hausman test between pmg and mg estimators.
The stata commands that I have applied are the following:
xtpmg d(1/8).lx d(1/3).lpgdp d(1/3).larr d(1/3).lrexr d(1/3).lerv dum1 dum2 dum3 date, lr(lx lpgdp larr lrexr lerv) ec(ec) replace pmg
xtpmg d(8/8).lx d(3/3).lpgdp d(3/3).larr d(3/3).lrexr d(3/3).lerv dum1 dum2 dum3 date, lr(lx lpgdp larr lrexr lerv) ec(ec) replace pmg
However, I am receiving the following outcome:
no observations
r(2000);
I would greatly appreciate it if you kindly give me some feedback on this issue.
My number of obs is 1872 and there is only one string variable the name of country that I do not apply on this estimation since I have .declared my data to be a panel data crossid.
Related Posts with Panel Ardl Model Syntax PMG and MG
Replacing values by group year in panel dataDear Stata users, I am working with a panel data set. I'm trying to see how government policies aff…
long format delete same observatiosn per idHi, I have a long dataset and I want to tab and analyse outcomes by sex, pmqreg and age. At the min…
Unit-root and Johansen- lack of normal distribution. Please help!I have a question concerning unit-root data and normal distribution. As an assignment, I am checking…
stata package for case cross over studiesis there a way to organize/manipulate data for use in a case crossover study? …
Separate regression for each group in Panel dataHi, I have a panel dataset, which includes observation for returns and turnover for the past 52 wee…
Subscribe to:
Post Comments (Atom)
0 Response to Panel Ardl Model Syntax PMG and MG
Post a Comment