Hi all,
I am running a diff-GMM on Stata. Here is my code:
In my results, the constant has always been omitted and I thought that would be fine. But then I realised "cons" is often added as an option. When I add it, it ruins my results. Is this supposed to happen? Do I even need nocons?
Many thanks,
Jaspal
I am running a diff-GMM on Stata. Here is my code:
Code:
xtdpdgmm L(0/1).pcm unemployment marketshare hh union msxhh msxu1 msxlp, model(diff) collapse gmm(pcm, lag(2 2)) gmm(marketshare msxhh msxu1 msxlp, lag(1 1)) gmm(unemployment, lag(1 1)) gmm(hh union, lag(1 1)) teffects two vce(r) small
Many thanks,
Jaspal
Comment