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
How to deal with circular causalityThis is a statistics question rather than a Stata question. But I figured I'd ask anyway, since the …
Regression with change relative to base yearHello! I am sorry if this topic came up before, I tried searching for answers but without luck. I ha…
Error in finding host for ssc package downloadHi all, I'm currently working on my thesis with the Abadie-Imbens estimator and have been using Sta…
Installing saeCan someone help with the instalation of sae. When I use the usual .SSC install...' I get the follow…
Choosing reference/base periods in panel data and normalizing the corresponding coefficient to zeroHi I am looking to do two things with a panel dataset (c350 firms and annual data from 2008 to 2016…
Subscribe to:
Post Comments (Atom)
0 Response to Too Large Wald chi2 Statistics
Post a Comment