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 create a string variable whose unique value is the name of a file in the directory and add new observations interactivelyDear all, I am working with string data and I would like to import multiple Excel files and append …
Simultaneous Equation Models in SVYHi everyone! I am trying to do survey analysis, but I cannot find a way to perform three-stage leas…
Power for a household-randomised RCT with variable cluster sizesHi, I want to power a household-randomised, two-arm, post-exposure prophylaxis (PEP) trial where th…
Trouble Reshaping panel data from Wide to long.Hi there, I am using Stata 15.1 on windows 10 for a dissertation project and am in the process of c…
Loop for determining where a respondent abandoned the surveyHello, I am working with survey data and I want to be able to analyze at which points in the survey…
Subscribe to:
Post Comments (Atom)
0 Response to Too Large Wald chi2 Statistics
Post a Comment