I am following the work of Acemolug, Restrepo(2020). Trying to figure out the effect of adopting robot to labor market variables..
Main dependent variable is increase in real wage, and explanatory variable is index of adopting Robot called APR
I ran Panel IV with fixed effect(industry, time). I also added year dummy, and control variables like ratio of female workers
My problem is that when I include control variables like female rato, STATA shows me some unplausbly large Wald Chi2 Statistics...like 58903.17
Can this result simply be interpreted as the high goodness- of- fitness of this model? or is that related to lack of observations or so??
I attach the code i used and result of baseline Model and model of including control variable
Code:
xtivreg delta_wage (KoreanAPR = APR_WestEurope) i.year if year >= 2005, fe vce(robust)
xtivreg delta_wage (KoreanAPR = APR_WestEurope) i.year delta_female if year >= 2005, fe vce(robust) Array
Array
Related Posts with Too Large Wald chi2 Statistics
Panel data and within individual effectsHi everyone, I have a panel dataset where I follow individuals for 12 waves (new_waves). What I am …
Trying to use .txt without a delimiterHi, I am trying to use a file that does not have a delimiter. I do have a coding book though, so I …
Number of PanelsHi, I am struggling to find this answer online. Is there any benefit from adding extra panels to fi…
Generating the average of previous observations in a panelDear forum users, I have a question that I cannot seem to figure out by myself and I can't find an …
How to add reference lines (yline) for different ID?Hi all in Statalist, I need help with having two reference lines in the same plot. In our study, w…
Subscribe to:
Post Comments (Atom)
0 Response to Too Large Wald chi2 Statistics
Post a Comment