Hi Statalisters:
Running the following code:
ivreghdfe depvar (var1 = var2), cl(id year) a(id year) first
returns an error message "estimates post: matrix has missing values". Also, it does not allow to cluster at the interaction of id and year though it allows to cluster at more than two levels if I generate a new variable id_year = group(id year). Is it the same?
Running the following code:
xtivreg2 depvar (var1 = var2), fe cl(id) first
works well. But this code does not allow to control year fixed effect and cluster at more than one level.
Many thanks,
Linghui
Related Posts with How to make ivreghdfe work for reporting first stage results?
ml command for logit panel dataHi All: I am new to ml command. Before writing a more complicated code, I am testing the code on lo…
coding and generating variables CEO-TMT sociodemographic similarity, CEO-TMT shared experience and faultlinesHello everyone, I'm a student and I'm currently having some issues with coding and generating the v…
tobit test for homoskedasticityFrom what i understand, conventional OLS heteroskedasticity tests can't be applied for Tobit regress…
Year Dummies for a durationHello, I have data which is as below. ISO_O is the country, StartYear and EndYear are the years of …
collapsing the expanded rows keeping only oneHi I have expanded my data making 11 rows for some reasons as below. Now, I just want to keep one ro…
Subscribe to:
Post Comments (Atom)
0 Response to How to make ivreghdfe work for reporting first stage results?
Post a Comment