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
Split String Code: clear input HAVE WANT1 WANT2 AA01 AA 01 AZ02 AZ 02 AV03 AV 03 AA04 AA 0…
New version of wridit on SSCThanks as always to Kit Baum, a new version of the wridit package is now available for download from…
Combining two datasets and keeping specific observationsI have two datasets. Dataset A and Dataset B. Dataset A is my existing data that I have organized an…
table summarizing 3 categorical variables in string form between two groups (binary variable)Hello, I am having a hard time finding examples of summary tables between two groups let's say stud…
compare value different variable and rowshello, I want to compare values of two varible in diffrent rows. For example vr1 vr2 10 20 20 30 40 …
Subscribe to:
Post Comments (Atom)
0 Response to Too Large Wald chi2 Statistics
Post a Comment